diff options
author | piernov <piernov@piernov.org> | 2012-01-22 11:38:02 +0100 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-01-22 11:38:02 +0100 |
commit | 50e5ce5b17e69be13228e2393c5804b0a79acfab (patch) | |
tree | 9845fa9af128d7fdd791755bb2be320f3ba2be4e /xfce4-power-manager/xfce4-power-manager.patch | |
parent | 9626427c1a1d9c292fc519810c13b9a8073e777f (diff) | |
parent | 8548e8d6882b55dfb509b18dedfb7db17630037d (diff) | |
download | nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.gz nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.bz2 nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.xz nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.zip |
Merged with http://kiao.no-ip.info/NuTyX/git/nutyx-pakxe → Repository splitted → nutyx-extra
Diffstat (limited to 'xfce4-power-manager/xfce4-power-manager.patch')
-rw-r--r-- | xfce4-power-manager/xfce4-power-manager.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/xfce4-power-manager/xfce4-power-manager.patch b/xfce4-power-manager/xfce4-power-manager.patch new file mode 100644 index 000000000..45a9ff13a --- /dev/null +++ b/xfce4-power-manager/xfce4-power-manager.patch @@ -0,0 +1,22 @@ +From 9bc8900b4efef29fdc06331b028c7108df15b856 Mon Sep 17 00:00:00 2001 +From: Nick Schermer <nick@xfce.org> +Date: Fri, 25 Mar 2011 07:11:33 +0000 +Subject: Don't attach to the status icon if libnotify >= 0.7. + +--- +diff --git a/src/xfpm-notify.c b/src/xfpm-notify.c +index c93a843..311b0fd 100644 +--- a/src/xfpm-notify.c ++++ b/src/xfpm-notify.c +@@ -233,9 +233,6 @@ xfpm_notify_new_notification_internal (const gchar *title, const gchar *message, + #if !NOTIFY_CHECK_VERSION (0, 7, 0) + if ( icon ) + notify_notification_attach_to_status_icon (n, icon); +-#else +- if ( icon ) +- notify_notification_attach_to_status_icon (n, icon); + #endif + #endif + +-- +cgit |