summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-02-07 20:34:45 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2015-02-07 20:35:09 +0100
commit4730cc47e18b2077fc457cecd8a988e399031188 (patch)
tree90dc8d277f82802ec19c624514c65b2d54fe596d
parent6e42b07d2082c89442c9026bcfef3ad832e8c40b (diff)
downloadtdv-4730cc47e18b2077fc457cecd8a988e399031188.tar.gz
tdv-4730cc47e18b2077fc457cecd8a988e399031188.tar.xz
tdv-4730cc47e18b2077fc457cecd8a988e399031188.zip
Hide the help in app_search_for_entry()
-rw-r--r--src/sdtui.c2
1 files changed, 1 insertions, 1 deletions
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)