mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 02:06:18 +01:00
Change a gboolean to an int. Fixes bug #329789.
2006-03-27 Dom Lachowicz <cinamod@hotmail.com> Change a gboolean to an int. Fixes bug #329789.
This commit is contained in:
parent
a9f52a13b0
commit
a903995bcc
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user