From 3d15c22b0b62d4aa69c5fea433e70268e44df042 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sat, 12 Mar 2011 22:10:35 +0100 Subject: [PATCH] Always save settings when quitting the browser --- midori/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/midori/main.c b/midori/main.c index 365bee6e..e4ca3984 100644 --- a/midori/main.c +++ b/midori/main.c @@ -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 */