openbsd-ports/x11/xfce4/xfce4-power-manager/patches/patch-src_xfpm-notify_c
landry 0f7c6d2602 Import xfce4-power-manager 1.0.10:
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@
2011-05-23 19:18:15 +00:00

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