diff options
Diffstat (limited to 'src/terminal-screen.c')
| -rw-r--r-- | src/terminal-screen.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/terminal-screen.c b/src/terminal-screen.c index dd713d9..d9a008c 100644 --- a/src/terminal-screen.c +++ b/src/terminal-screen.c @@ -959,6 +959,9 @@ terminal_screen_profile_notify_cb (TerminalProfile *profile, * update terminal window config * with the flag of copy selection to clipboard or not. */ terminal_window_update_copy_selection(screen, window); + + if (!prop_name || prop_name == I_(TERMINAL_PROFILE_ICON)) + terminal_window_update_icon (window); } if (!prop_name || prop_name == I_(TERMINAL_PROFILE_SCROLLBAR_POSITION)) |
