gnome-panel r10980 - trunk/applets/clock



Author: vuntz
Date: Thu Apr  3 20:41:05 2008
New Revision: 10980
URL: http://svn.gnome.org/viewvc/gnome-panel?rev=10980&view=rev

Log:
2008-04-03  Vincent Untz  <vuntz gnome org>

	* clock.c: (update_calendar_popup): nullify a widget pointer when
	closing the popup. Should fix bug #525754, where the destroyed widget
	was used.


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

Modified: trunk/applets/clock/clock.c
==============================================================================
--- trunk/applets/clock/clock.c	(original)
+++ trunk/applets/clock/clock.c	Thu Apr  3 20:41:05 2008
@@ -1191,6 +1191,7 @@
                         cd->cities_section = NULL;
                         cd->map_section = NULL;
                         cd->map_widget = NULL;
+			cd->clock_vbox = NULL;
 			
         		g_list_free (cd->location_tiles);
         		cd->location_tiles = NULL;



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