From: Christian Dywan Date: Mon, 24 Aug 2009 17:54:57 +0000 (+0200) Subject: Remove Resizable text areas and Print background images Preferences X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a43b82fcd46302f2b22de8afaaf3d85f4e48321;p=midori Remove Resizable text areas and Print background images Preferences --- diff --git a/midori/midori-preferences.c b/midori/midori-preferences.c index 02176591..e4ae409e 100644 --- a/midori/midori-preferences.c +++ b/midori/midori-preferences.c @@ -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"));