From 54db8f05e1a371b2af9814d1584a384d5579278e Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Mon, 16 Nov 2015 00:01:30 +0100 Subject: vte291: Remove the background image UI setting Thank you Author: egmont@gmail.com --- src/profile-editor.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/profile-editor.c') diff --git a/src/profile-editor.c b/src/profile-editor.c index d66b5da..cbfc394 100644 --- a/src/profile-editor.c +++ b/src/profile-editor.c @@ -141,6 +141,11 @@ profile_notify_sensitivity_cb (TerminalProfile *profile, !terminal_profile_property_locked (profile, TERMINAL_PROFILE_CUSTOM_COMMAND)); } +#if VTE_CHECK_VERSION (0, 38, 0) + gtk_widget_hide (profile_editor_get_widget (editor, "background-image")); + gtk_widget_hide (profile_editor_get_widget (editor, "darken-background-transparent-or-image-scale-label")); + gtk_widget_show (profile_editor_get_widget (editor, "darken-background-transparent-scale-label")); +#else if (!prop_name || prop_name == I_(TERMINAL_PROFILE_BACKGROUND_TYPE)) { gboolean bg_type_locked = terminal_profile_property_locked (profile, TERMINAL_PROFILE_BACKGROUND_TYPE); @@ -168,6 +173,7 @@ profile_notify_sensitivity_cb (TerminalProfile *profile, SET_SENSITIVE ("darken-background-vbox", FALSE); } } +#endif if (!prop_name || prop_name == I_(TERMINAL_PROFILE_USE_SYSTEM_FONT) || -- cgit v1.2.1