diff options
Diffstat (limited to 'tests/testnotebookdnd.c')
-rw-r--r-- | tests/testnotebookdnd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testnotebookdnd.c b/tests/testnotebookdnd.c index 436baabfe8..6ee3cfbbf0 100644 --- a/tests/testnotebookdnd.c +++ b/tests/testnotebookdnd.c @@ -320,7 +320,7 @@ main (gint argc, gchar *argv[]) { GtkWidget *window, *grid; - gtk_init (&argc, &argv); + gtk_init (); window = gtk_window_new (GTK_WINDOW_TOPLEVEL); grid = gtk_grid_new (); |