summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2011-06-25 12:54:09 +0200
committerportix <portix@gmx.net>2011-06-25 12:54:09 +0200
commit9a322a0b08ed14db37175d4bcfddebc6f9b2904e (patch)
treea0d8f5d6bfafbb9b6f8466bac582097887fa0cf3 /src
parent153b4efffa2d76196c8b1e18fa6854a4e2657957 (diff)
downloaddwb-9a322a0b08ed14db37175d4bcfddebc6f9b2904e.zip
Go in normal_mode on entry-activate in FIND_MODE
Diffstat (limited to 'src')
-rw-r--r--src/view.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view.c b/src/view.c
index 8ccde49f..510102bb 100644
--- a/src/view.c
+++ b/src/view.c
@@ -527,6 +527,7 @@ dwb_view_entry_activate_cb(GtkEntry* entry, GList *gl) {
else if (mode == FIND_MODE) {
dwb_focus_scroll(dwb.state.fview);
dwb_search(NULL, NULL);
+ dwb_normal_mode(true);
}
else if (mode == SEARCH_FIELD_MODE) {
dwb_submit_searchengine();