]> spindle.queued.net Git - midori/commitdiff
Merge 'Applications' preferences into 'Browsing'
authorChristian Dywan <christian@twotoasts.de>
Sun, 15 May 2011 00:31:34 +0000 (02:31 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sun, 15 May 2011 00:31:34 +0000 (02:31 +0200)
midori/midori-preferences.c

index 371cee219d06dbafcbf21fae90b2ad4e70b1f557..b7e18f3cfcbf83e03314d6b51ef6fd288fa55780 100644 (file)
@@ -420,11 +420,7 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
     INDENTED_ADD (button);
     button = katze_property_proxy (settings, "open-tabs-in-the-background", NULL);
     SPANNED_ADD (button);
-
-    /* Page "Applications" */
     #if !HAVE_HILDON
-    PAGE_NEW (GTK_STOCK_CONVERT, _("Applications"));
-    FRAME_NEW (NULL);
     label = katze_property_label (settings, "text-editor");
     INDENTED_ADD (label);
     entry = katze_property_proxy (settings, "text-editor", "application-text/plain");