]> spindle.queued.net Git - midori/commitdiff
Always enable developer extras regardless of the saved value
authorChristian Dywan <christian@twotoasts.de>
Mon, 1 Feb 2010 22:54:15 +0000 (23:54 +0100)
committerChristian Dywan <christian@twotoasts.de>
Mon, 1 Feb 2010 22:55:51 +0000 (23:55 +0100)
midori/main.c

index fdfa6412c63167a31f3fe8527129017980d00dbd..139d5d55e1df5f7162df33c4a564423fb0a98418 100644 (file)
@@ -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"));