summaryrefslogtreecommitdiff
path: root/src/terminal-screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/terminal-screen.c')
-rw-r--r--src/terminal-screen.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/terminal-screen.c b/src/terminal-screen.c
index 2867168..8b587b5 100644
--- a/src/terminal-screen.c
+++ b/src/terminal-screen.c
@@ -943,6 +943,11 @@ terminal_screen_profile_notify_cb (TerminalProfile *profile,
* update_on_realize
*/
terminal_window_update_geometry (window);
+
+ /* [email protected] 24/07/2014 -
+ * update terminal window config
+ * with the flag of copy selection to cliboard or not. */
+ terminal_window_update_copy_selection(screen, window);
}
if (!prop_name || prop_name == I_(TERMINAL_PROFILE_SCROLLBAR_POSITION))