From: Christian Dywan Date: Tue, 3 Mar 2009 00:02:28 +0000 (+0100) Subject: Disable Find inline while typing by default X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e458d2a5a06aaa324bd5d36478d3856454bc0d8;p=midori Disable Find inline while typing by default Some web pages make heavy use of hotkeys with a single letter. --- diff --git a/midori/midori-websettings.c b/midori/midori-websettings.c index 319ac612..49723d1a 100644 --- a/midori/midori-websettings.c +++ b/midori/midori-websettings.c @@ -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,