Cancel selection confirmation when following the selection

This commit is contained in:
Přemysl Eric Janouch 2015-02-07 21:13:34 +01:00
parent a9bc1d8751
commit e1643289c5
1 changed files with 2 additions and 1 deletions

View File

@ -1297,8 +1297,9 @@ app_set_input (Application *self, const gchar *input)
g_array_insert_val (self->input, self->input_pos++, *p++);
}
g_free (output);
self->input_confirmed = FALSE;
app_search_for_entry (self);
app_redraw_top (self);
}