summaryrefslogtreecommitdiff
path: root/src/gui/gui-key.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui-key.c')
-rw-r--r--src/gui/gui-key.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/gui-key.c b/src/gui/gui-key.c
index d185a818d..1737d2bad 100644
--- a/src/gui/gui-key.c
+++ b/src/gui/gui-key.c
@@ -2146,7 +2146,7 @@ gui_key_focus_command (const char *key, int context,
command,
ptr_buffer->full_name);
}
- (void) input_data (ptr_buffer, command, NULL);
+ (void) input_data (ptr_buffer, command, NULL, 0);
free (command);
}
}
@@ -2491,7 +2491,7 @@ gui_key_pressed (const char *key_str)
for (i = 0; commands[i]; i++)
{
(void) input_data (gui_current_window->buffer,
- commands[i], NULL);
+ commands[i], NULL, 0);
}
string_free_split (commands);
}