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:
Dom Lachowicz
2006-03-27 13:37:02 +00:00
committed by Dom Lachowicz
parent a9f52a13b0
commit a903995bcc
3 changed files with 5 additions and 1 deletions

View 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>