Bugzilla – Attachment 188705 Details for
Bug 350662
g-m-m: Patch to improved startup time
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
Patch
performance-patch.diff (text/x-patch), 1.17 KB, created by
Magnus Boman
on 2007-12-25 22:58:17 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Magnus Boman
Created:
2007-12-25 22:58:17 UTC
Size:
1.17 KB
patch
obsolete
>Index: main-menu/src/main-menu-ui.c >=================================================================== >--- main-menu/src/main-menu-ui.c (revision 372) >+++ main-menu/src/main-menu-ui.c (working copy) >@@ -294,7 +294,6 @@ > setup_lock_down (this); > > bind_beagle_search_key (this); >- update_limits (this); > select_page (this); > apply_lockdown_settings (this); > >@@ -1537,6 +1536,7 @@ > tile_table_reload (priv->file_tables [USER_APPS_TABLE]); > tile_table_reload (priv->file_tables [RCNT_APPS_TABLE]); > tile_table_reload (priv->file_tables [USER_DOCS_TABLE]); >+ tile_table_reload (priv->file_tables [RCNT_DOCS_TABLE]); > tile_table_reload (priv->file_tables [USER_DIRS_TABLE]); > > update_limits (this); >Index: main-menu/src/tile-table.c >=================================================================== >--- main-menu/src/tile-table.c (revision 372) >+++ main-menu/src/tile-table.c (working copy) >@@ -101,8 +101,6 @@ > priv->create_item_func = uti_func; > priv->item_func_data = data_uti; > >- tile_table_reload (TILE_TABLE (this)); >- > g_signal_connect ( > G_OBJECT (priv->agent), "notify::" BOOKMARK_AGENT_ITEMS_PROP, > G_CALLBACK (agent_notify_cb), this);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 350662
: 188705