diff options
Diffstat (limited to 'tests/testgiconpixbuf.c')
-rw-r--r-- | tests/testgiconpixbuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testgiconpixbuf.c b/tests/testgiconpixbuf.c index ab52c97818..5c406aac66 100644 --- a/tests/testgiconpixbuf.c +++ b/tests/testgiconpixbuf.c @@ -28,7 +28,7 @@ main (int argc, GEmblem *emblem; gchar *str; - gtk_init (&argc, &argv); + gtk_init (); pixbuf = gdk_pixbuf_new_from_file ("apple-red.png", NULL); toplevel = gtk_window_new (GTK_WINDOW_TOPLEVEL); |