diff options
author | portix <none@none> | 2013-02-19 22:59:56 +0100 |
---|---|---|
committer | portix <none@none> | 2013-02-19 22:59:56 +0100 |
commit | dfb9b624d3520e514f328fff7ecd1d4031c8286d (patch) | |
tree | b3028aee0dc70b3657a8cc002f8cc0c55f76418e /src/commands.c | |
parent | f614ebb8fe343a2ef3ee14c68ee3317fa3f968b6 (diff) | |
download | dwb-dfb9b624d3520e514f328fff7ecd1d4031c8286d.zip |
Filter command/search/navigation history
Diffstat (limited to 'src/commands.c')
-rw-r--r-- | src/commands.c | 2 |
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; |