diff options
Diffstat (limited to 'demos')
-rw-r--r-- | demos/testpixbuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/testpixbuf.c b/demos/testpixbuf.c index f4966fcba7..85dea5b7b7 100644 --- a/demos/testpixbuf.c +++ b/demos/testpixbuf.c @@ -495,7 +495,7 @@ main (int argc, char **argv) GdkPixbufLoader *pixbuf_loader; pixbuf_init (); - + gtk_init (&argc, &argv); gdk_rgb_set_verbose (TRUE); |