Merge 'Applications' preferences into 'Browsing'
This commit is contained in:
parent
fdf73ce98d
commit
4560cd35e8
1 changed files with 0 additions and 4 deletions
|
@ -420,11 +420,7 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
|
||||||
INDENTED_ADD (button);
|
INDENTED_ADD (button);
|
||||||
button = katze_property_proxy (settings, "open-tabs-in-the-background", NULL);
|
button = katze_property_proxy (settings, "open-tabs-in-the-background", NULL);
|
||||||
SPANNED_ADD (button);
|
SPANNED_ADD (button);
|
||||||
|
|
||||||
/* Page "Applications" */
|
|
||||||
#if !HAVE_HILDON
|
#if !HAVE_HILDON
|
||||||
PAGE_NEW (GTK_STOCK_CONVERT, _("Applications"));
|
|
||||||
FRAME_NEW (NULL);
|
|
||||||
label = katze_property_label (settings, "text-editor");
|
label = katze_property_label (settings, "text-editor");
|
||||||
INDENTED_ADD (label);
|
INDENTED_ADD (label);
|
||||||
entry = katze_property_proxy (settings, "text-editor", "application-text/plain");
|
entry = katze_property_proxy (settings, "text-editor", "application-text/plain");
|
||||||
|
|
Loading…
Reference in a new issue