summaryrefslogtreecommitdiffstats
path: root/xfce4-power-manager/xfce4-power-manager.patch
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /xfce4-power-manager/xfce4-power-manager.patch
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'xfce4-power-manager/xfce4-power-manager.patch')
-rw-r--r--xfce4-power-manager/xfce4-power-manager.patch22
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