aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'uzbl.c')
-rw-r--r--uzbl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uzbl.c b/uzbl.c
index 0829d0e..074d27a 100644
--- a/uzbl.c
+++ b/uzbl.c
@@ -446,7 +446,7 @@ key_press_cb (WebKitWebView* page, GdkEventKey* event)
//EXTERNAL BINDINGS
if((act = g_hash_table_lookup(external_bindings, event->string)) != NULL)
if (!insert_mode || (event->state == modmask)) {
- parse_command (act);
+ run_command (act, NULL);
result = TRUE;
}