diff options
author | spuhpointer <[email protected]> | 2014-09-10 10:04:27 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-09-10 10:15:22 +0200 |
commit | a6a5774c681f88ebc56b86e2492697549308c52a (patch) | |
tree | 7de58233f20437b4e63477decae65eb26398bab9 /src/terminal-screen.c | |
parent | 0442355666d4179ef22557149410f89ab240bdff (diff) | |
download | mate-terminal-a6a5774c681f88ebc56b86e2492697549308c52a.tar.bz2 mate-terminal-a6a5774c681f88ebc56b86e2492697549308c52a.tar.xz |
Added option to copy selection to clipboard
Diffstat (limited to 'src/terminal-screen.c')
-rw-r--r-- | src/terminal-screen.c | 5 |
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)) |