[Xfce4-commits] <midori:master> Disable developer extras in web app mode

Christian Dywan noreply at xfce.org
Sun Jan 3 23:04:03 CET 2010


Updating branch refs/heads/master
         to 97d6137ea839d71d2583819cd458f220da31f2bd (commit)
       from bb9ec274021cb5009d0a0013633da9dd1a473f19 (commit)

commit 97d6137ea839d71d2583819cd458f220da31f2bd
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sun Jan 3 23:00:27 2010 +0100

    Disable developer extras in web app mode

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

diff --git a/midori/main.c b/midori/main.c
index 6efde20..a233ea7 100644
--- a/midori/main.c
+++ b/midori/main.c
@@ -1777,9 +1777,10 @@ main (int    argc,
                       "toolbar-items", "Back,Forward,ReloadStop,Location",
                       "homepage", NULL,
                       "show-statusbar", TRUE,
+                      "enable-developer-extras", FALSE,
                       NULL);
-        g_object_unref (settings);
         g_object_set (browser, "settings", settings, NULL);
+        g_object_unref (settings);
         sokoke_set_config_dir ("/");
         g_signal_connect (browser, "notify::load-status",
             G_CALLBACK (midori_web_app_browser_notify_load_status_cb), NULL);



More information about the Xfce4-commits mailing list