[gtk+] tests: Fix gcc warning



commit b83dcc26ad8079c621c7212359599a956807f96d
Author: Benjamin Otte <otte redhat com>
Date:   Wed Mar 7 02:59:30 2012 +0100

    tests: Fix gcc warning

 tests/testcolorchooser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/testcolorchooser.c b/tests/testcolorchooser.c
index 2ef8808..da6633b 100644
--- a/tests/testcolorchooser.c
+++ b/tests/testcolorchooser.c
@@ -87,7 +87,7 @@ main (int argc, char *argv[])
       else if (g_strcmp0 (argv[i], "--no-palette") == 0)
         {
           gtk_color_chooser_add_palette (GTK_COLOR_CHOOSER (dialog), 
-                                         FALSE, 0, NULL, 0);
+                                         FALSE, 0, 0, NULL);
         }
     }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]