Omit Find while Typing and Open panels in Windows
Those preferences are presumably addressing corner cases and not useful in most cases.
This commit is contained in:
parent
bcd1ffaf09
commit
5f0a9676b8
1 changed files with 1 additions and 5 deletions
|
@ -431,13 +431,9 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
|
||||||
#if !HAVE_HILDON
|
#if !HAVE_HILDON
|
||||||
button = katze_property_proxy (settings, "enable-scripts", NULL);
|
button = katze_property_proxy (settings, "enable-scripts", NULL);
|
||||||
INDENTED_ADD (button);
|
INDENTED_ADD (button);
|
||||||
button = katze_property_proxy (settings, "open-panels-in-windows", NULL);
|
|
||||||
SPANNED_ADD (button);
|
|
||||||
button = katze_property_proxy (settings, "enable-plugins", NULL);
|
button = katze_property_proxy (settings, "enable-plugins", NULL);
|
||||||
INDENTED_ADD (button);
|
|
||||||
#endif
|
|
||||||
button = katze_property_proxy (settings, "find-while-typing", NULL);
|
|
||||||
SPANNED_ADD (button);
|
SPANNED_ADD (button);
|
||||||
|
#endif
|
||||||
button = katze_property_proxy (settings, "zoom-text-and-images", NULL);
|
button = katze_property_proxy (settings, "zoom-text-and-images", NULL);
|
||||||
INDENTED_ADD (button);
|
INDENTED_ADD (button);
|
||||||
#if WEBKIT_CHECK_VERSION (1, 1, 11)
|
#if WEBKIT_CHECK_VERSION (1, 1, 11)
|
||||||
|
|
Loading…
Reference in a new issue