diff options
Diffstat (limited to 'tests/testtreeflow.c')
-rw-r--r-- | tests/testtreeflow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testtreeflow.c b/tests/testtreeflow.c index 6c73ab656a..7ac171ca79 100644 --- a/tests/testtreeflow.c +++ b/tests/testtreeflow.c @@ -127,7 +127,7 @@ main (int argc, char *argv[]) GtkWidget *button; GtkTreePath *path; - gtk_init (&argc, &argv); + gtk_init (); path = gtk_tree_path_new_from_string ("80"); window = gtk_window_new (GTK_WINDOW_TOPLEVEL); |