Commit ab47ff7d09ce8e108154fdaa8a863c1847213bfd
1 parent
7bb1b775
Exists in
master
and in
4 other branches
Adjusting "paste" action.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/objects/actions/clipboard.c
... | ... | @@ -118,8 +118,8 @@ |
118 | 118 | .summary = N_( "Paste data from clipboard." ), |
119 | 119 | .activate = NULL, |
120 | 120 | |
121 | - .group = LIB3270_ACTION_GROUP_ONLINE, | |
122 | - .activatable = lib3270_is_connected | |
121 | + .group = LIB3270_ACTION_GROUP_LOCK_STATE, | |
122 | + .activatable = lib3270_is_unlocked | |
123 | 123 | |
124 | 124 | }; |
125 | 125 | ... | ... |