From 63a3361236296d850bdefb7e2b66853cb8f77cfc Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 26 Sep 2019 15:04:16 -0300 Subject: [PATCH] Fixing name conflict with the "autoreconnect" toggle and the "reconnect" action. --- src/core/toggles/table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/toggles/table.c b/src/core/toggles/table.c index 88535a0..c69018e 100644 --- a/src/core/toggles/table.c +++ b/src/core/toggles/table.c @@ -175,7 +175,7 @@ const LIB3270_TOGGLE_ENTRY toggle_descriptor[LIB3270_TOGGLE_COUNT+1] = }, { .id = LIB3270_TOGGLE_RECONNECT, - .name = "reconnect", + .name = "autoreconnect", .def = False, .key = NULL, // Default keycode .icon = NULL, // Icon name -- libgit2 0.21.2