From 4730cc47e18b2077fc457cecd8a988e399031188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sat, 7 Feb 2015 20:34:45 +0100 Subject: [PATCH] Hide the help in app_search_for_entry() --- src/sdtui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sdtui.c b/src/sdtui.c index ef6f6a3..694ad12 100644 --- a/src/sdtui.c +++ b/src/sdtui.c @@ -683,6 +683,7 @@ app_search_for_entry (Application *self) self->selected = 0; g_object_unref (iterator); + self->show_help = FALSE; app_reload_view (self); app_redraw_view (self); } @@ -1072,7 +1073,6 @@ app_process_key (Application *self, termo_key_t *event) return TRUE; } - self->show_help = FALSE; if (self->input_confirmed) { if (self->input->len != 0)