aboutsummaryrefslogtreecommitdiff
path: root/src/status-provider-pidgin-marshal.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-02-09 22:35:01 -0600
committerTed Gould <ted@gould.cx>2012-02-09 22:35:01 -0600
commit6a357cabcd97060ffcef856c06d406614bbfc19d (patch)
tree39af400c2584d75fd036b223d98c4553bd436b53 /src/status-provider-pidgin-marshal.c
parent84a1d59e2a031e072721e976974443ad37ff4c64 (diff)
parent1f045f4255da09068f5fbbdf89f178631211f2ee (diff)
downloadayatana-indicator-messages-6a357cabcd97060ffcef856c06d406614bbfc19d.tar.gz
ayatana-indicator-messages-6a357cabcd97060ffcef856c06d406614bbfc19d.tar.bz2
ayatana-indicator-messages-6a357cabcd97060ffcef856c06d406614bbfc19d.zip
Import upstream version 0.5.90
Diffstat (limited to 'src/status-provider-pidgin-marshal.c')
-rw-r--r--src/status-provider-pidgin-marshal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/status-provider-pidgin-marshal.c b/src/status-provider-pidgin-marshal.c
index 091b8a6..95b0bc3 100644
--- a/src/status-provider-pidgin-marshal.c
+++ b/src/status-provider-pidgin-marshal.c
@@ -4,7 +4,7 @@
#ifdef G_ENABLE_DEBUG
#define g_marshal_value_peek_boolean(v) g_value_get_boolean (v)
-#define g_marshal_value_peek_char(v) g_value_get_char (v)
+#define g_marshal_value_peek_char(v) g_value_get_schar (v)
#define g_marshal_value_peek_uchar(v) g_value_get_uchar (v)
#define g_marshal_value_peek_int(v) g_value_get_int (v)
#define g_marshal_value_peek_uint(v) g_value_get_uint (v)