pidgin: a0ad05d0: Fix build-breakage introduced by 9000557...
andrew.victor at mxit.com
andrew.victor at mxit.com
Thu Aug 25 03:42:44 EDT 2011
----------------------------------------------------------------------
Revision: a0ad05d0a632c50d6f34e8c6408a7240fe9ffa43
Parent: 68a25bf57a3ff5c0de2e306cd3fa38b3a83388d1
Author: andrew.victor at mxit.com
Date: 08/25/11 03:36:54
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/a0ad05d0a632c50d6f34e8c6408a7240fe9ffa43
Changelog:
Fix build-breakage introduced by 9000557e8a6b7649547a10cfc0fe85dbb8ce661d.
(pidgin: 9000557e: Hide PurpleValue)
Changes against parent 68a25bf57a3ff5c0de2e306cd3fa38b3a83388d1
patched libpurple/dbus-server.c
-------------- next part --------------
============================================================
--- libpurple/dbus-server.c 2ba309612c9538f946061f6f8bab1e35d15816c6
+++ libpurple/dbus-server.c e3af9ea1260a561a289855c9a7ec43ae954cc7ca
@@ -711,7 +711,7 @@ purple_dbus_message_append_purple_values
g_return_val_if_fail(ptr, TRUE);
}
- switch (purple_values[i]->type)
+ switch (purple_value_get_type(purple_values[i]))
{
case PURPLE_TYPE_INT:
case PURPLE_TYPE_ENUM:
More information about the Commits
mailing list