9d5f0d8
diff -up gnome-applets-2.32.0/gweather/gweather-applet.c.notify gnome-applets-2.32.0/gweather/gweather-applet.c
9d5f0d8
--- gnome-applets-2.32.0/gweather/gweather-applet.c.notify	2010-11-03 16:59:56.081241996 -0400
9d5f0d8
+++ gnome-applets-2.32.0/gweather/gweather-applet.c	2010-11-03 17:00:04.367241996 -0400
9d5f0d8
@@ -471,8 +471,7 @@ update_finish (WeatherInfo *info, gpoint
9d5f0d8
 			 if (icon == NULL)
9d5f0d8
 				 icon = "stock-unknown";
9d5f0d8
 	           	 
9d5f0d8
-			 n = notify_notification_new (message, detail, icon,
9d5f0d8
-					 gw_applet->container);
9d5f0d8
+			 n = notify_notification_new (message, detail, icon);
9d5f0d8
 	
9d5f0d8
 		   	 notify_notification_show (n, &error);
9d5f0d8
 			 if (error)