[gnome-panel] [panel] Make sure to preload /apps/panel/general early enough



commit dde65d3b4965e5432dda34e150b4783c4c004159
Author: Behdad Esfahbod <behdad behdad org>
Date:   Wed Aug 12 10:38:08 2009 -0400

    [panel] Make sure to preload /apps/panel/general early enough
    
    http://bugzilla.gnome.org/show_bug.cgi?id=578541

 gnome-panel/panel-profile.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnome-panel/panel-profile.c b/gnome-panel/panel-profile.c
index 5e71b23..99cc8c6 100644
--- a/gnome-panel/panel-profile.c
+++ b/gnome-panel/panel-profile.c
@@ -2514,12 +2514,12 @@ panel_profile_load (void)
 
 	client  = panel_gconf_get_client ();
 
+	gconf_client_add_dir (client, PANEL_CONFIG_DIR "/general", GCONF_CLIENT_PRELOAD_ONELEVEL, NULL);
+
 	panel_compatibility_maybe_copy_old_config (client);
 
 	panel_compatibility_migrate_panel_id_list (client);
 
-	gconf_client_add_dir (client, PANEL_CONFIG_DIR "/general", GCONF_CLIENT_PRELOAD_ONELEVEL, NULL);
-
 	panel_profile_load_list (client,
 				 PANEL_CONFIG_DIR,
 				 PANEL_GCONF_TOPLEVELS,



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