finch/plugins/gnthistory.c

branch
soc.2013.gobjectification
changeset 34728
8efd73063ecf
parent 34699
09b2c9219b57
child 34740
9401f9b1ca68
equal deleted inserted replaced
34727:579e9a8dbd5f 34728:8efd73063ecf
61 * Otherwise, we might show a very old log. */ 61 * Otherwise, we might show a very old log. */
62 if (!purple_prefs_get_bool("/purple/logging/log_ims")) 62 if (!purple_prefs_get_bool("/purple/logging/log_ims"))
63 return; 63 return;
64 64
65 /* Find buddies for this conversation. */ 65 /* Find buddies for this conversation. */
66 buddies = purple_find_buddies(account, name); 66 buddies = purple_blist_find_buddies(account, name);
67 67
68 /* If we found at least one buddy, save the first buddy's alias. */ 68 /* If we found at least one buddy, save the first buddy's alias. */
69 if (buddies != NULL) 69 if (buddies != NULL)
70 alias = purple_buddy_get_contact_alias((PurpleBuddy *)buddies->data); 70 alias = purple_buddy_get_contact_alias((PurpleBuddy *)buddies->data);
71 71

mercurial