diff options
Diffstat (limited to 'demos/testpixbuf.c')
-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 5e211be747..f84ebc2f8a 100644 --- a/demos/testpixbuf.c +++ b/demos/testpixbuf.c @@ -525,7 +525,7 @@ main (int argc, char **argv) gtk_init (&argc, &argv); - // gdk_rgb_set_verbose (TRUE); + /* gdk_rgb_set_verbose (TRUE);*/ gtk_widget_set_default_colormap (gdk_rgb_get_colormap ()); |