summaryrefslogtreecommitdiffstats
path: root/src/gui_gtk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_gtk.c')
-rw-r--r--src/gui_gtk.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui_gtk.c b/src/gui_gtk.c
index b95f46a7f9..94cebd471b 100644
--- a/src/gui_gtk.c
+++ b/src/gui_gtk.c
@@ -1268,7 +1268,8 @@ gui_mch_dialog(int type, /* type of dialog */
char_u *message, /* message text */
char_u *buttons, /* names of buttons */
int def_but, /* default button */
- char_u *textfield) /* text for textfield or NULL */
+ char_u *textfield, /* text for textfield or NULL */
+ int ex_cmd UNUSED)
{
GtkWidget *dialog;
GtkWidget *entry = NULL;