gnome-main-menu r426 - trunk/main-menu/src



Author: federico
Date: Sat Apr  5 00:43:28 2008
New Revision: 426
URL: http://svn.gnome.org/viewvc/gnome-main-menu?rev=426&view=rev

Log:
Checkpoint tile_table_reload() fully

Signed-off-by: Federico Mena Quintero <federico gnu org>


Modified:
   trunk/main-menu/src/tile-table.c

Modified: trunk/main-menu/src/tile-table.c
==============================================================================
--- trunk/main-menu/src/tile-table.c	(original)
+++ trunk/main-menu/src/tile-table.c	Sat Apr  5 00:43:28 2008
@@ -124,6 +124,7 @@
 	GList *node;
 	gint   i;
 
+	libslab_checkpoint ("tile_table_reload(): start reloading");
 
 	g_object_get (G_OBJECT (priv->agent), BOOKMARK_AGENT_ITEMS_PROP, & items, NULL);
 
@@ -170,10 +171,12 @@
 	g_list_free (tiles);
 
 	libslab_checkpoint ("tile_table_reload(): updating bins");
-
 	update_bins (this, priv->tiles);
 
+	libslab_checkpoint ("tile_table_reload(): notifying about tile table update");
 	g_object_notify (G_OBJECT (this), TILE_TABLE_TILES_PROP);
+
+	libslab_checkpoint ("tile_table_reload(): end reloading");
 }
 
 void



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