From: Daniel Carl Date: Mon, 17 Jun 2013 21:01:54 +0000 (+0200) Subject: Fixed none set mode of url is opened from inpubox. X-Git-Url: https://git.owens.tech/git.owens.tech/git.owens.tech/git?a=commitdiff_plain;h=1ea926c9402a3e3ce04dbcb5f2919968128da318;p=vimb.git Fixed none set mode of url is opened from inpubox. --- 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); }