diff --git a/src/core/toggles/table.c b/src/core/toggles/table.c index d7533bd..af7be17 100644 --- a/src/core/toggles/table.c +++ b/src/core/toggles/table.c @@ -174,16 +174,6 @@ const LIB3270_TOGGLE toggle_descriptor[LIB3270_TOGGLE_COUNT+1] = { .description = N_( "If set, asks to place the toplevel window in the fullscreen state" ) }, { - .id = LIB3270_TOGGLE_RECONNECT, - .name = "autoreconnect", - .def = False, - .key = NULL, // Default keycode - .icon = NULL, // Icon name - .label = N_( "Auto-Reconnect" ), - .summary = N_( "Auto-Reconnect" ), - .description = N_( "Automatically reconnect to the host if it ever disconnects" ) - }, - { .id = LIB3270_TOGGLE_INSERT, .name = "insert", .def = False, @@ -315,6 +305,17 @@ const LIB3270_TOGGLE toggle_descriptor[LIB3270_TOGGLE_COUNT+1] = { }, { + .id = LIB3270_TOGGLE_RECONNECT, + .name = "autoreconnect", + .def = False, + .key = NULL, // Default keycode + .icon = NULL, // Icon name + .label = N_( "Auto-Reconnect" ), + .summary = N_( "Auto-Reconnect" ), + .description = N_( "Automatically reconnect to the host if it ever disconnects" ) + }, + + { .id = LIB3270_TOGGLE_COUNT, .name = NULL, .def = False, -- libgit2 0.21.2