diff options
Diffstat (limited to 'tests/testpopup.c')
-rw-r--r-- | tests/testpopup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testpopup.c b/tests/testpopup.c index 98916c56a1..7b3ccfc299 100644 --- a/tests/testpopup.c +++ b/tests/testpopup.c @@ -53,7 +53,7 @@ main (int argc, char *argv[]) { GtkWidget *window; - gtk_init (&argc, &argv); + gtk_init (); window = gtk_window_new (GTK_WINDOW_TOPLEVEL); |