Blob Blame History Raw
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)