summaryrefslogtreecommitdiff
path: root/src/entry.c
diff options
context:
space:
mode:
authorportix <none@none>2013-02-19 21:55:36 +0100
committerportix <none@none>2013-02-19 21:55:36 +0100
commitf614ebb8fe343a2ef3ee14c68ee3317fa3f968b6 (patch)
tree9ff1aef587135f99a6e028cdabb8a76488efc8d6 /src/entry.c
parenta4ff0b6bb050cfc6533a0f2f0bed9102009ad176 (diff)
downloaddwb-f614ebb8fe343a2ef3ee14c68ee3317fa3f968b6.zip
Search history, use mutex for global_unbind
Diffstat (limited to 'src/entry.c')
-rw-r--r--src/entry.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entry.c b/src/entry.c
index 5dad10a5..52f8794c 100644
--- a/src/entry.c
+++ b/src/entry.c
@@ -84,6 +84,7 @@ entry_focus() {
gtk_editable_delete_text(GTK_EDITABLE(dwb.gui.entry), 0, -1);
dwb.state.last_com_history = NULL;
dwb.state.last_nav_history = NULL;
+ dwb.state.last_find_history = NULL;
}/*}}}*/
/* entry_insert_text(const char *) {{{*/