Dissolve application preferences onto other pages
This commit is contained in:
parent
9ab1349c54
commit
f01c4a472a
1 changed files with 6 additions and 8 deletions
|
@ -462,19 +462,11 @@ 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);
|
||||||
|
|
||||||
#if !HAVE_HILDON
|
#if !HAVE_HILDON
|
||||||
/* Page "Applications" */
|
|
||||||
PAGE_NEW (GTK_STOCK_CONVERT, _("Applications"));
|
|
||||||
FRAME_NEW (_("External applications"));
|
|
||||||
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");
|
||||||
SPANNED_ADD (entry);
|
SPANNED_ADD (entry);
|
||||||
label = katze_property_label (settings, "news-aggregator");
|
|
||||||
INDENTED_ADD (label);
|
|
||||||
entry = katze_property_proxy (settings, "news-aggregator", "application-News");
|
|
||||||
SPANNED_ADD (entry);
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Page "Network" */
|
/* Page "Network" */
|
||||||
|
@ -497,6 +489,12 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
|
||||||
INDENTED_ADD (label);
|
INDENTED_ADD (label);
|
||||||
button = katze_property_proxy (settings, "identify-as", "custom-user-agent");
|
button = katze_property_proxy (settings, "identify-as", "custom-user-agent");
|
||||||
SPANNED_ADD (button);
|
SPANNED_ADD (button);
|
||||||
|
#if !HAVE_HILDON
|
||||||
|
label = katze_property_label (settings, "news-aggregator");
|
||||||
|
INDENTED_ADD (label);
|
||||||
|
entry = katze_property_proxy (settings, "news-aggregator", "application-News");
|
||||||
|
SPANNED_ADD (entry);
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Page "Privacy" */
|
/* Page "Privacy" */
|
||||||
PAGE_NEW (GTK_STOCK_INDEX, _("Privacy"));
|
PAGE_NEW (GTK_STOCK_INDEX, _("Privacy"));
|
||||||
|
|
Loading…
Reference in a new issue