Fixed none set mode of url is opened from inpubox.
authorDaniel Carl <danielcarl@gmx.de>
Mon, 17 Jun 2013 21:01:54 +0000 (23:01 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Mon, 17 Jun 2013 21:01:54 +0000 (23:01 +0200)
src/command.c

index 8a70775..9ffb6f0 100644 (file)
@@ -276,6 +276,7 @@ gboolean command_run_multi(const Arg *arg)
 
 gboolean command_open(const Arg *arg)
 {
+    vb_set_mode(VB_MODE_NORMAL, false);
     return vb_load_uri(arg);
 }