0f7c6d2602
This software is a power manager for the Xfce desktop, and relies on UPower to gather the power sources on the computer. In addition, xfce4-power-manager provides a set of freedesktop-compliant DBus interfaces to inform other applications about current power level so that they can adjust their power consumption. ok ajacoutot@
15 lines
564 B
Plaintext
15 lines
564 B
Plaintext
$OpenBSD: patch-src_xfpm-notify_c,v 1.1.1.1 2011/05/23 19:18:15 landry Exp $
|
|
http://git.xfce.org/xfce/xfce4-power-manager/commit/?id=9bc8900b4efef29fdc06331b028c7108df15b856
|
|
--- src/xfpm-notify.c.orig Sat May 21 18:51:55 2011
|
|
+++ src/xfpm-notify.c Sat May 21 18:52:10 2011
|
|
@@ -233,9 +233,6 @@ xfpm_notify_new_notification_internal (const gchar *ti
|
|
#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
|
|
|