summaryrefslogtreecommitdiffstats
path: root/gnome-applets-notify.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-applets-notify.patch')
-rw-r--r--gnome-applets-notify.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/gnome-applets-notify.patch b/gnome-applets-notify.patch
deleted file mode 100644
index e8514e2..0000000
--- a/gnome-applets-notify.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -up gnome-applets-2.32.0/gweather/gweather-applet.c.notify gnome-applets-2.32.0/gweather/gweather-applet.c
---- gnome-applets-2.32.0/gweather/gweather-applet.c.notify 2010-11-03 16:59:56.081241996 -0400
-+++ gnome-applets-2.32.0/gweather/gweather-applet.c 2010-11-03 17:00:04.367241996 -0400
-@@ -471,8 +471,7 @@ update_finish (WeatherInfo *info, gpoint
- if (icon == NULL)
- icon = "stock-unknown";
-
-- n = notify_notification_new (message, detail, icon,
-- gw_applet->container);
-+ n = notify_notification_new (message, detail, icon);
-
- notify_notification_show (n, &error);
- if (error)