From ab47ff7d09ce8e108154fdaa8a863c1847213bfd Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Mon, 28 Oct 2019 16:47:01 -0300 Subject: [PATCH] Adjusting "paste" action. --- src/objects/actions/clipboard.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/objects/actions/clipboard.c b/src/objects/actions/clipboard.c index 89ed8f7..2dc4d9e 100644 --- a/src/objects/actions/clipboard.c +++ b/src/objects/actions/clipboard.c @@ -118,8 +118,8 @@ .summary = N_( "Paste data from clipboard." ), .activate = NULL, - .group = LIB3270_ACTION_GROUP_ONLINE, - .activatable = lib3270_is_connected + .group = LIB3270_ACTION_GROUP_LOCK_STATE, + .activatable = lib3270_is_unlocked }; -- libgit2 0.21.2