summaryrefslogtreecommitdiffstats
path: root/gnome-applets-notify.patch
blob: e8514e2204e7104a2f87b24aa71ce0ca05d1709f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)