]> spindle.queued.net Git - midori/commitdiff
Replace Shrink Images preference with Middle click opens selection
authorChristian Dywan <christian@twotoasts.de>
Fri, 4 Sep 2009 21:44:57 +0000 (23:44 +0200)
committerChristian Dywan <christian@twotoasts.de>
Fri, 4 Sep 2009 21:44:57 +0000 (23:44 +0200)
midori/midori-preferences.c

index abc0fc59ce6e584b1344a72b4a1f140c0da551fc..751ba9063751146e03ac41921bf074fe74f83558 100644 (file)
@@ -487,9 +487,13 @@ midori_preferences_set_settings (MidoriPreferences* preferences,
     gtk_button_set_label (GTK_BUTTON (button), _("Load images automatically"));
     gtk_widget_set_tooltip_text (button, _("Load and display images automatically"));
     INDENTED_ADD (button, 0, 1, 0, 1);
+    #if 0
     button = katze_property_proxy (settings, "auto-shrink-images", NULL);
     gtk_button_set_label (GTK_BUTTON (button), _("Shrink images automatically"));
     gtk_widget_set_tooltip_text (button, _("Automatically shrink standalone images to fit"));
+    #else
+    button = katze_property_proxy (settings, "middle-click-opens-selection", NULL);
+    #endif
     SPANNED_ADD (button, 1, 2, 0, 1);
     button = katze_property_proxy (settings, "enable-scripts", NULL);
     gtk_button_set_label (GTK_BUTTON (button), _("Enable scripts"));