summaryrefslogtreecommitdiff
path: root/src/commands.c
diff options
context:
space:
mode:
authorportix <none@none>2013-02-19 22:59:56 +0100
committerportix <none@none>2013-02-19 22:59:56 +0100
commitdfb9b624d3520e514f328fff7ecd1d4031c8286d (patch)
treeb3028aee0dc70b3657a8cc002f8cc0c55f76418e /src/commands.c
parentf614ebb8fe343a2ef3ee14c68ee3317fa3f968b6 (diff)
downloaddwb-dfb9b624d3520e514f328fff7ecd1d4031c8286d.zip
Filter command/search/navigation history
Diffstat (limited to 'src/commands.c')
-rw-r--r--src/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.c b/src/commands.c
index 27dc3d84..50ed6d35 100644
--- a/src/commands.c
+++ b/src/commands.c
@@ -64,7 +64,7 @@ commands_simple_command(KeyMap *km, const char *argument)
dwb_set_normal_message(dwb.state.fview, false, "%s:", km->map->n.second);
else if (km->map->hide == ALWAYS_SM)
{
- gtk_widget_hide(dwb.gui.entry);
+ entry_hide();
CLEAR_COMMAND_TEXT();
}
break;