about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJosh Rickmar <jrick@devio.us>2012-09-01 14:38:17 -0400
committerJosh Rickmar <jrick@devio.us>2012-09-01 14:38:17 -0400
commit1221b92c1bc0f37698b6b070bc2459a963c0693a (patch)
tree595e0314b9811d069761889a0cfae5912caaa61e
parent100e71afe87bf87ec9565f0bbe93ff5656728f02 (diff)
downloadxombrero-1221b92c1bc0f37698b6b070bc2459a963c0693a.tar.gz
Ewps, fix the build again with some glibs
-rw-r--r--about.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/about.c b/about.c
index 1dce3fc..35d7716 100644
--- a/about.c
+++ b/about.c
@@ -1951,7 +1951,7 @@ xt_g_object_serialize(GValue *value, const gchar *tname, char *str, int recurse)
 		break;
 	case G_TYPE_CHAR:
 		valstr = g_strdup_printf("%c",
-#if GLIB_CHECK_VERSION(2, 30, 0)
+#if GLIB_CHECK_VERSION(2, 32, 0)
 		    g_value_get_schar(value));
 #else
 		    g_value_get_char(value));