summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-08 02:11:32 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-08 02:11:32 +0800
commit16ea8d2c772c7a3b7ffe9e40864b399052f3fc49 (patch)
tree91f9045450a5ccd84c352f6d613be1a29209c869 /x11
parent5650ca0e05cda61ce57bc4542e7382ce0d360a72 (diff)
downloadmarcuscom-ports-16ea8d2c772c7a3b7ffe9e40864b399052f3fc49.tar
marcuscom-ports-16ea8d2c772c7a3b7ffe9e40864b399052f3fc49.tar.gz
marcuscom-ports-16ea8d2c772c7a3b7ffe9e40864b399052f3fc49.tar.bz2
marcuscom-ports-16ea8d2c772c7a3b7ffe9e40864b399052f3fc49.tar.lz
marcuscom-ports-16ea8d2c772c7a3b7ffe9e40864b399052f3fc49.tar.xz
marcuscom-ports-16ea8d2c772c7a3b7ffe9e40864b399052f3fc49.tar.zst
marcuscom-ports-16ea8d2c772c7a3b7ffe9e40864b399052f3fc49.zip
Fix another notify nit.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15400 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-applets/files/patch-battstat_battstat_applet.c15
1 files changed, 12 insertions, 3 deletions
diff --git a/x11/gnome-applets/files/patch-battstat_battstat_applet.c b/x11/gnome-applets/files/patch-battstat_battstat_applet.c
index a95b7b569..05f217144 100644
--- a/x11/gnome-applets/files/patch-battstat_battstat_applet.c
+++ b/x11/gnome-applets/files/patch-battstat_battstat_applet.c
@@ -1,6 +1,15 @@
---- battstat/battstat_applet.c.orig Fri Aug 19 22:13:49 2005
-+++ battstat/battstat_applet.c Tue Aug 23 20:37:13 2005
-@@ -430,14 +430,14 @@ battery_full_notify (GtkWidget *applet)
+--- battstat/battstat_applet.c.orig 2010-11-22 15:38:27.000000000 +0100
++++ battstat/battstat_applet.c 2011-03-07 19:09:55.000000000 +0100
+@@ -435,7 +435,7 @@ battery_full_notify (GtkWidget *applet)
+ GTK_ICON_LOOKUP_USE_BUILTIN,
+ NULL);
+
+- NotifyNotification *n = notify_notification_new (_("Your battery is now fully recharged"), "", /* "battery" */ NULL, applet);
++ NotifyNotification *n = notify_notification_new (_("Your battery is now fully recharged"), "", /* "battery" */ NULL);
+
+ /* XXX: it would be nice to pass this as a named icon */
+ notify_notification_set_icon_from_pixbuf (n, icon);
+@@ -462,14 +462,14 @@ battery_full_notify (GtkWidget *applet)
static void
battery_full_dialog (GtkWidget *applet)
{