gnome-main-menu r431 - trunk/main-menu/src
- From: federico svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-main-menu r431 - trunk/main-menu/src
- Date: Sat, 5 Apr 2008 00:44:46 +0100 (BST)
Author: federico
Date: Sat Apr 5 00:44:46 2008
New Revision: 431
URL: http://svn.gnome.org/viewvc/gnome-main-menu?rev=431&view=rev
Log:
Revert "Checkpoint item_to_recent_doc_tile" - we now know the culprit is in document_tile_new()
This reverts commit fdee4de7648ebe9c8d191049b72a679c454a8274.
Modified:
trunk/main-menu/src/main-menu-ui.c
Modified: trunk/main-menu/src/main-menu-ui.c
==============================================================================
--- trunk/main-menu/src/main-menu-ui.c (original)
+++ trunk/main-menu/src/main-menu-ui.c Sat Apr 5 00:44:46 2008
@@ -1055,9 +1055,7 @@
gboolean is_local = TRUE;
GList *node;
- Tile *tile;
- libslab_checkpoint ("item_to_recent_doc_tile(): start");
if (! g_str_has_prefix (item->uri, "file://"))
return NULL;
@@ -1083,13 +1081,7 @@
if (bookmark_agent_has_item (priv->bm_agents [BOOKMARK_STORE_USER_DOCS], item->uri))
return NULL;
- libslab_checkpoint ("item_to_recent_doc_tile(): will call document_tile_new()");
-
- tile = TILE (document_tile_new (item->uri, item->mime_type, item->mtime));
-
- libslab_checkpoint ("item_to_recent_doc_tile(): end");
-
- return tile;
+ return TILE (document_tile_new (item->uri, item->mime_type, item->mtime));
}
static Tile *
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]