From 8c0cb6d5faef66548644f0289bfe7c1c84b9cb19 Mon Sep 17 00:00:00 2001 From: JP Cimalando Date: Tue, 14 Nov 2017 09:58:38 +0100 Subject: Support background images with VTE3 (#194) Support background images with VTE3 --- src/profile-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/profile-editor.c') diff --git a/src/profile-editor.c b/src/profile-editor.c index 48b3632..d0f6d0f 100644 --- a/src/profile-editor.c +++ b/src/profile-editor.c @@ -146,9 +146,9 @@ profile_notify_sensitivity_cb (TerminalProfile *profile, !terminal_profile_property_locked (profile, TERMINAL_PROFILE_CUSTOM_COMMAND)); } - 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")); + gtk_widget_hide (profile_editor_get_widget (editor, "scroll-background-checkbutton")); if (!prop_name || prop_name == I_(TERMINAL_PROFILE_BACKGROUND_TYPE)) { gboolean bg_type_locked = terminal_profile_property_locked (profile, TERMINAL_PROFILE_BACKGROUND_TYPE); -- cgit v1.2.1