Sat, 19 Apr 2014 20:04:33 +0530
Fix a type-cast
| pidgin/plugins/cap/cap.c | file | annotate | diff | comparison | revisions |
--- a/pidgin/plugins/cap/cap.c Fri Apr 18 00:36:18 2014 +0200 +++ b/pidgin/plugins/cap/cap.c Sat Apr 19 20:04:33 2014 +0530 @@ -433,7 +433,7 @@ /* drawing-tooltip */ static void drawing_tooltip(PurpleBlistNode *node, GString *text, gboolean full) { - if (PURPLE_IS_BUDDY_CLASS(node)) { + if (PURPLE_IS_BUDDY(node)) { PurpleBuddy *buddy = PURPLE_BUDDY(node); CapStatistics *stats = get_stats_for(buddy); /* get the probability that this buddy will respond and add to the tooltip */