diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2012-02-10 10:33:11 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2012-02-10 10:33:11 -0500 |
commit | 1fc19f1fb5eeaf7b3a600f4783e66ff75e092d56 (patch) | |
tree | 8d70f1e282c2677c71b52395a90f219497325169 /src/status-provider-pidgin-marshal.c | |
parent | 4aacdd9668a570edcd9a8654865f147dcab396fe (diff) | |
parent | 081237a24c34a9462c47a2d62720ba14f18cad0e (diff) | |
download | ayatana-indicator-messages-1fc19f1fb5eeaf7b3a600f4783e66ff75e092d56.tar.gz ayatana-indicator-messages-1fc19f1fb5eeaf7b3a600f4783e66ff75e092d56.tar.bz2 ayatana-indicator-messages-1fc19f1fb5eeaf7b3a600f4783e66ff75e092d56.zip |
* New upstream release.
* Adding code coverage targets
* Match libindicate 0.6.90
* Updating for Dbusmenu 0.5.90
* Plug leak in launcher_menu_item_new
* Fix memory leak: Free path string.
* Compare server and path for multi-server clients
* Using the new GTK3 box API to avoid deprecations
* Adding a name hint
* debian/control: Requiring libindicate 0.6.90 and dbusmenu 0.5.90
Diffstat (limited to 'src/status-provider-pidgin-marshal.c')
-rw-r--r-- | src/status-provider-pidgin-marshal.c | 2 |
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) |