aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-marshal.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-02-03 14:41:17 -0600
committerTed Gould <ted@gould.cx>2012-02-03 14:41:17 -0600
commit57f1cab18bd5cf92612988f66ce2fed7df9cfdf4 (patch)
tree9d2e8fff9c4df70c102b3bfe22c0cc15848222ad /src/application-service-marshal.c
parent6516e720bded3ad85f051ebb8d6db926596a2ca6 (diff)
parent7256c1864e94cf172a4c487a5f434e58f6f71666 (diff)
downloadlibayatana-appindicator-57f1cab18bd5cf92612988f66ce2fed7df9cfdf4.tar.gz
libayatana-appindicator-57f1cab18bd5cf92612988f66ce2fed7df9cfdf4.tar.bz2
libayatana-appindicator-57f1cab18bd5cf92612988f66ce2fed7df9cfdf4.zip
* New upstream release.
* Fix include with Dbusmenu 0.5.90 * Fix GTK3 include paths in pkgconfig file (LP: #869373) * Add title property (LP: #923971) * Don't specify pyglib-2.0-python2.6 in LDFLAGS * fix fallback icon of the GtkStatusIcon (LP: #820080)
Diffstat (limited to 'src/application-service-marshal.c')
-rw-r--r--src/application-service-marshal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application-service-marshal.c b/src/application-service-marshal.c
index d077981..ac6ea3b 100644
--- a/src/application-service-marshal.c
+++ b/src/application-service-marshal.c
@@ -5,7 +5,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)