From 97d6137ea839d71d2583819cd458f220da31f2bd Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sun, 3 Jan 2010 23:00:27 +0100 Subject: [PATCH] Disable developer extras in web app mode --- midori/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/midori/main.c b/midori/main.c index 6efde200..a233ea7e 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);