]> spindle.queued.net Git - midori/commitdiff
Connect config change notifications after creating the first browser
authorChristian Dywan <christian@twotoasts.de>
Sun, 7 Feb 2010 22:41:45 +0000 (23:41 +0100)
committerChristian Dywan <christian@twotoasts.de>
Wed, 10 Feb 2010 18:52:10 +0000 (19:52 +0100)
midori/main.c

index b8480b6d89576259b9db0191520718f11021467c..8d49d7298212d81ad6f264b6fbed95aed088aab0 100644 (file)
@@ -1193,6 +1193,9 @@ midori_load_session (gpointer data)
     #endif
 
     browser = midori_app_create_browser (app);
+    g_signal_connect_after (katze_object_get_object (app, "settings"), "notify",
+        G_CALLBACK (settings_notify_cb), app);
+
     config_file = build_config_filename ("session.old.xbel");
     if (g_access (config_file, F_OK) == 0)
     {
@@ -1856,10 +1859,6 @@ main (int    argc,
     }
     }
 
-    katze_assign (config_file, build_config_filename ("config"));
-    g_signal_connect_after (settings, "notify",
-        G_CALLBACK (settings_notify_cb), app);
-
     katze_assign (config_file, build_config_filename ("search"));
     if (1)
     {