[Xfce4-commits] <midori:master> Always enable developer extras regardless of the saved value

Christian Dywan noreply at xfce.org
Mon Feb 1 23:56:02 CET 2010


Updating branch refs/heads/master
         to c9c9351ffb30ba94bd6a792f5df76b7dd51195ec (commit)
       from c056a21d1ab66f7647e9d2a3b38f03c3568caea6 (commit)

commit c9c9351ffb30ba94bd6a792f5df76b7dd51195ec
Author: Christian Dywan <christian at twotoasts.de>
Date:   Mon Feb 1 23:54:15 2010 +0100

    Always enable developer extras regardless of the saved value

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

diff --git a/midori/main.c b/midori/main.c
index fdfa641..139d5d5 100644
--- a/midori/main.c
+++ b/midori/main.c
@@ -1823,6 +1823,7 @@ main (int    argc,
     config_file = build_config_filename ("config");
     error = NULL;
     settings = settings_new_from_file (config_file, &extensions);
+    g_object_set (settings, "enable-developer-extras", TRUE, NULL);
     katze_assign (config_file, build_config_filename ("accels"));
     if (g_access (config_file, F_OK) != 0)
         katze_assign (config_file, sokoke_find_config_filename (NULL, "accels"));



More information about the Xfce4-commits mailing list