Remove Preferences Middle click opens selection and Popups in Tabs
This commit is contained in:
parent
fe619d8fe4
commit
97b31b23be
1 changed files with 0 additions and 6 deletions
|
@ -559,12 +559,6 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
|
|||
INDENTED_ADD (button, 0, 1, 2, 3);
|
||||
button = katze_property_proxy (settings, "open-tabs-in-the-background", NULL);
|
||||
INDENTED_ADD (button, 1, 2, 2, 3);
|
||||
#if !HAVE_HILDON
|
||||
button = katze_property_proxy (settings, "middle-click-opens-selection", NULL);
|
||||
INDENTED_ADD (button, 0, 1, 3, 4);
|
||||
button = katze_property_proxy (settings, "open-popups-in-tabs", NULL);
|
||||
SPANNED_ADD (button, 1, 2, 3, 4);
|
||||
#endif
|
||||
button = katze_property_proxy (settings, "open-tabs-next-to-current", NULL);
|
||||
WIDGET_ADD (button, 0, 1, 5, 6);
|
||||
button = katze_property_proxy (settings, "close-buttons-on-tabs", NULL);
|
||||
|
|
Loading…
Reference in a new issue