]> spindle.queued.net Git - midori/commitdiff
Remove Resizable text areas and Print background images Preferences
authorChristian Dywan <christian@twotoasts.de>
Mon, 24 Aug 2009 17:54:57 +0000 (19:54 +0200)
committerChristian Dywan <christian@twotoasts.de>
Mon, 24 Aug 2009 21:30:08 +0000 (23:30 +0200)
midori/midori-preferences.c

index 02176591078053d12b04039a95828985a6958d13..e4ae409e229c4d470b8ad1c96c7ead8334f8c7f8 100644 (file)
@@ -491,14 +491,6 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
     gtk_button_set_label (GTK_BUTTON (button), _("Shrink images automatically"));
     gtk_widget_set_tooltip_text (button, _("Automatically shrink standalone images to fit"));
     SPANNED_ADD (button, 1, 2, 0, 1);
-    button = katze_property_proxy (settings, "print-backgrounds", NULL);
-    gtk_button_set_label (GTK_BUTTON (button), _("Print background images"));
-    gtk_widget_set_tooltip_text (button, _("Whether background images should be printed"));
-    INDENTED_ADD (button, 0, 1, 1, 2);
-    button = katze_property_proxy (settings, "resizable-text-areas", NULL);
-    gtk_button_set_label (GTK_BUTTON (button), _("Resizable text areas"));
-    gtk_widget_set_tooltip_text (button, _("Whether text areas are resizable"));
-    SPANNED_ADD (button, 1, 2, 1, 2);
     button = katze_property_proxy (settings, "enable-scripts", NULL);
     gtk_button_set_label (GTK_BUTTON (button), _("Enable scripts"));
     gtk_widget_set_tooltip_text (button, _("Enable embedded scripting languages"));