]> spindle.queued.net Git - midori/commitdiff
Dissolve application preferences onto other pages
authorChristian Dywan <christian@twotoasts.de>
Thu, 14 Apr 2011 01:28:24 +0000 (03:28 +0200)
committerChristian Dywan <christian@twotoasts.de>
Thu, 14 Apr 2011 01:28:24 +0000 (03:28 +0200)
midori/midori-preferences.c

index df35561d5a2f91141a68f91e0f08eacd13610dca..0a68de200fdb545198ff2717726f4c0df699f593 100644 (file)
@@ -462,19 +462,11 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
     INDENTED_ADD (button);
     button = katze_property_proxy (settings, "open-tabs-in-the-background", NULL);
     SPANNED_ADD (button);
-
     #if !HAVE_HILDON
-    /* Page "Applications" */
-    PAGE_NEW (GTK_STOCK_CONVERT, _("Applications"));
-    FRAME_NEW (_("External applications"));
     label = katze_property_label (settings, "text-editor");
     INDENTED_ADD (label);
     entry = katze_property_proxy (settings, "text-editor", "application-text/plain");
     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
 
     /* Page "Network" */
@@ -497,6 +489,12 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
     INDENTED_ADD (label);
     button = katze_property_proxy (settings, "identify-as", "custom-user-agent");
     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_NEW (GTK_STOCK_INDEX, _("Privacy"));