Change a gboolean to an int. Fixes bug #329789.
authorDom Lachowicz <cinamod@hotmail.com>
Mon, 27 Mar 2006 13:37:02 +0000 (13:37 +0000)
committerDom Lachowicz <doml@src.gnome.org>
Mon, 27 Mar 2006 13:37:02 +0000 (13:37 +0000)
2006-03-27  Dom Lachowicz  <cinamod@hotmail.com>
Change a gboolean to an int. Fixes bug #329789.

ChangeLog
ChangeLog.pre-2-12
tests/option-test.c

index 684add7199def29a95e7cc8dc34903fda221f46b..bd1d5653391f31b241e07393bc716c218a2af96c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
 
        * tests/option-test.c: Copy-and-paste error slipped into test5. Enable
        test5, as per Matthias' comments in bug 329548#c11.
+
+       Change a gboolean to an int. Fixes bug #329789.
        
 2006-03-27  Matthias Clasen  <mclasen@redhat.com>
 
index 684add7199def29a95e7cc8dc34903fda221f46b..bd1d5653391f31b241e07393bc716c218a2af96c 100644 (file)
@@ -2,6 +2,8 @@
 
        * tests/option-test.c: Copy-and-paste error slipped into test5. Enable
        test5, as per Matthias' comments in bug 329548#c11.
+
+       Change a gboolean to an int. Fixes bug #329789.
        
 2006-03-27  Matthias Clasen  <mclasen@redhat.com>
 
index ffaa925d71e4adb886e904e828b50713452d4440..0837f6b5351e3a2b1e9366058bc4223cdd172807 100644 (file)
@@ -13,7 +13,7 @@ gdouble arg_test4_double;
 gdouble arg_test5_double;
 
 gchar *callback_test1_string;
-gboolean callback_test2_int;
+int callback_test2_int;
 
 gchar *callback_test_optional_string;
 gboolean callback_test_optional_boolean;