aboutsummaryrefslogtreecommitdiffstats
path: root/main/xfce4-power-manager/xfce4-power-manager-1.0.10-libnotify-0.7.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-11-16 20:09:10 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-11-16 20:09:10 +0000
commitdc307c1a4f3ade7b5c70b56c3ca310fdb0e60893 (patch)
tree5908477b6c5c2a88242341034edf5a017089d7a0 /main/xfce4-power-manager/xfce4-power-manager-1.0.10-libnotify-0.7.patch
parent0fadea5692e3f71b9ee3081b0ea7a4d686a71328 (diff)
downloadaports-dc307c1a4f3ade7b5c70b56c3ca310fdb0e60893.tar.bz2
aports-dc307c1a4f3ade7b5c70b56c3ca310fdb0e60893.tar.xz
main/xfce4-power-manager: rebuild against libnotify-0.7
Diffstat (limited to 'main/xfce4-power-manager/xfce4-power-manager-1.0.10-libnotify-0.7.patch')
-rw-r--r--main/xfce4-power-manager/xfce4-power-manager-1.0.10-libnotify-0.7.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/main/xfce4-power-manager/xfce4-power-manager-1.0.10-libnotify-0.7.patch b/main/xfce4-power-manager/xfce4-power-manager-1.0.10-libnotify-0.7.patch
new file mode 100644
index 0000000000..60cdf27c5a
--- /dev/null
+++ b/main/xfce4-power-manager/xfce4-power-manager-1.0.10-libnotify-0.7.patch
@@ -0,0 +1,14 @@
+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
+