[Xfce4-commits] <midori:master> Don't load speed dial in --app or --private

Christian Dywan noreply at xfce.org
Fri Jun 1 00:58:02 CEST 2012


Updating branch refs/heads/master
         to c6f81c62e0a7e571e5fdac7944d9313bcbf2cded (commit)
       from 4a4887b5112236ed089fcfc5a9b46bb3a0bef69a (commit)

commit c6f81c62e0a7e571e5fdac7944d9313bcbf2cded
Author: Christian Dywan <christian at twotoasts.de>
Date:   Fri Jun 1 00:19:15 2012 +0200

    Don't load speed dial in --app or --private
    
    We can't guarantee URIs don't contain sensitive values.

 midori/main.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/midori/main.c b/midori/main.c
index 7db7522..f3c8bf2 100644
--- a/midori/main.c
+++ b/midori/main.c
@@ -2136,8 +2136,6 @@ main (int    argc,
             search_engines = search_engines_new_from_folder (config, NULL);
             g_object_set (browser, "search-engines", search_engines, NULL);
             g_object_unref (search_engines);
-            speeddial = speeddial_new_from_file (config, &error);
-            g_object_set (browser, "speed-dial", speeddial, NULL);
         }
         else
             settings = g_object_ref (midori_browser_get_settings (browser));


More information about the Xfce4-commits mailing list