]> spindle.queued.net Git - midori/commitdiff
Always save settings when quitting the browser
authorChristian Dywan <christian@twotoasts.de>
Sat, 12 Mar 2011 21:10:35 +0000 (22:10 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sat, 12 Mar 2011 21:10:35 +0000 (22:10 +0100)
midori/main.c

index 365bee6e6d40f60a3550f5dc734f8d094ca4256d..e4ca3984cb7be6437d94a76a777f558c4fae37ae 100644 (file)
@@ -2347,6 +2347,8 @@ main (int    argc,
     gtk_main ();
 
     settings = katze_object_get_object (app, "settings");
+    settings_notify_cb (settings, NULL, app);
+
     g_object_get (settings, "maximum-history-age", &max_history_age, NULL);
     midori_history_terminate (history, max_history_age);
     /* Removing KatzeHttpCookies makes it save outstanding changes */