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 684add7..bd1d565 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 684add7..bd1d565 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 ffaa925..0837f6b 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;