diff options
author | JP Cimalando <[email protected]> | 2017-11-14 09:58:38 +0100 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2017-11-14 08:58:38 +0000 |
commit | 8c0cb6d5faef66548644f0289bfe7c1c84b9cb19 (patch) | |
tree | ed5f8c7f86e5628a2d7e59509a17247e4f9df86f /src/profile-editor.c | |
parent | e1884b32fad9a275728c5fb70095cf924f368934 (diff) | |
download | mate-terminal-8c0cb6d5faef66548644f0289bfe7c1c84b9cb19.tar.bz2 mate-terminal-8c0cb6d5faef66548644f0289bfe7c1c84b9cb19.tar.xz |
Support background images with VTE3 (#194)
Support background images with VTE3
Diffstat (limited to 'src/profile-editor.c')
-rw-r--r-- | src/profile-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |