cpw.nader.asynclogging-3: 081711ac: Got rid of extra pointer cast
morshed.nader at gmail.com
morshed.nader at gmail.com
Wed May 18 19:45:41 EDT 2011
----------------------------------------------------------------------
Revision: 081711acd2522e9a2b6c0fcc668e7381897dba83
Parent: 57e9190a8cc3622e05d9053c72f4f3e343be5d3f
Author: morshed.nader at gmail.com
Date: 05/17/11 21:14:37
Branch: im.pidgin.cpw.nader.asynclogging-3
URL: http://d.pidgin.im/viewmtn/revision/info/081711acd2522e9a2b6c0fcc668e7381897dba83
Changelog:
Got rid of extra pointer cast
Changes against parent 57e9190a8cc3622e05d9053c72f4f3e343be5d3f
patched libpurple/log.c
-------------- next part --------------
============================================================
--- libpurple/log.c 12831f2011e6d03345c8ab1e10be95c254940a1b
+++ libpurple/log.c 80b69c7cb3a375af83575e26f0dd30708f2763ef
@@ -2700,7 +2700,7 @@ log_get_log_sets_common(GCancellable *ca
continue;
prpl_info = PURPLE_PLUGIN_PROTOCOL_INFO(prpl);
- prpl_protocol = prpl_info->list_icon((PurpleAccount *) account_iter->data, NULL);
+ prpl_protocol = prpl_info->list_icon(account_iter->data, NULL);
if (purple_strequal(protocol_unescaped, prpl_protocol))
accounts = g_list_prepend(accounts, account_iter->data);
More information about the Commits
mailing list