gnome-panel r11346 - trunk/applets/clock



Author: vuntz
Date: Wed Oct 22 09:51:14 2008
New Revision: 11346
URL: http://svn.gnome.org/viewvc/gnome-panel?rev=11346&view=rev

Log:
2008-10-22  Vincent Untz  <vuntz gnome org>

	* clock-location.c: (set_weather_update_timeout): fix build.


Modified:
   trunk/applets/clock/ChangeLog
   trunk/applets/clock/clock-location.c

Modified: trunk/applets/clock/clock-location.c
==============================================================================
--- trunk/applets/clock/clock-location.c	(original)
+++ trunk/applets/clock/clock-location.c	Wed Oct 22 09:51:14 2008
@@ -573,7 +573,7 @@
 	ClockLocationPrivate *priv = PRIVATE (loc);
 	guint timeout;
 
-	if (!weather_info_network_error (info)) {
+	if (!weather_info_network_error (priv->weather_info)) {
 		/* The last update succeeded; set the next update to
 		 * happen in half an hour, and reset the retry timer.
 		 */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]