summaryrefslogtreecommitdiffstats
path: root/extra/xfce4-power-manager/xfce4-power-manager.patch
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:25:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:25:45 +0100
commit364eb3f4561747275c1649fda3fd60c1c16632f9 (patch)
treef65644af8e9a76e84cc48e97cee5ae22fcbd6575 /extra/xfce4-power-manager/xfce4-power-manager.patch
parent9291e062cb24bac5d7c7059d4dc64669c1917b33 (diff)
downloadnutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.gz
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.bz2
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.xz
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.zip
Suppression des ports extra
Diffstat (limited to 'extra/xfce4-power-manager/xfce4-power-manager.patch')
-rw-r--r--extra/xfce4-power-manager/xfce4-power-manager.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/extra/xfce4-power-manager/xfce4-power-manager.patch b/extra/xfce4-power-manager/xfce4-power-manager.patch
deleted file mode 100644
index 45a9ff13a..000000000
--- a/extra/xfce4-power-manager/xfce4-power-manager.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-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