]> spindle.queued.net Git - midori/commitdiff
Disable Find inline while typing by default
authorChristian Dywan <christian@twotoasts.de>
Tue, 3 Mar 2009 00:02:28 +0000 (01:02 +0100)
committerChristian Dywan <christian@twotoasts.de>
Tue, 3 Mar 2009 00:02:28 +0000 (01:02 +0100)
Some web pages make heavy use of hotkeys with a single letter.

midori/midori-websettings.c

index 319ac612abd7338efada82ad45f1a14d07b65ab7..49723d1ac0f3deb9ead807ac92f987205cef04b9 100644 (file)
@@ -713,7 +713,7 @@ midori_web_settings_class_init (MidoriWebSettingsClass* class)
                                      "find-while-typing",
                                      _("Find inline while typing"),
                                      _("Whether to automatically find inline while typing"),
-                                     TRUE,
+                                     FALSE,
                                      flags));
 
     g_object_class_install_property (gobject_class,