projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56df36c
)
Fixed none set mode of url is opened from inpubox.
author
Daniel Carl
<danielcarl@gmx.de>
Mon, 17 Jun 2013 21:01:54 +0000
(23:01 +0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Mon, 17 Jun 2013 21:01:54 +0000
(23:01 +0200)
src/command.c
patch
|
blob
|
history
diff --git
a/src/command.c
b/src/command.c
index
8a70775
..
9ffb6f0
100644
(file)
--- 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);
}