From 1ea926c9402a3e3ce04dbcb5f2919968128da318 Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Mon, 17 Jun 2013 23:01:54 +0200 Subject: [PATCH] Fixed none set mode of url is opened from inpubox. --- src/command.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/command.c b/src/command.c index 8a70775..9ffb6f0 100644 --- a/src/command.c +++ b/src/command.c @@ -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); } -- 2.20.1