[Xfce4-commits] <midori:master> Load speed dial in private browsing mode
Christian Dywan
noreply at xfce.org
Tue Mar 22 23:02:04 CET 2011
Updating branch refs/heads/master
to a89ef70bee286303698f4cdad20021249a14113c (commit)
from 648610ef661c058fba1aa58a2295d291ef04e318 (commit)
commit a89ef70bee286303698f4cdad20021249a14113c
Author: Christian Dywan <christian at twotoasts.de>
Date: Tue Mar 22 22:50:59 2011 +0100
Load speed dial in private browsing mode
midori/main.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/midori/main.c b/midori/main.c
index 32fc74e..c7789a2 100644
--- a/midori/main.c
+++ b/midori/main.c
@@ -2021,6 +2021,8 @@ 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
{
More information about the Xfce4-commits
mailing list