comparison libpurple/protocols/silc/buddy.c @ 26286:16698063c352

Use purple_buddy_get_protocol_data instead of ->proto_data
author Paul Aurich <paul@darkrain42.org>
date Mon, 23 Mar 2009 04:31:05 +0000
parents 9ea3474065dc
children 1fcd09c34fee 5391094529c6
comparison
equal deleted inserted replaced
26285:a2a03df86f59 26286:16698063c352
1399 { 1399 {
1400 /* Don't add if the buddy is already on the list. 1400 /* Don't add if the buddy is already on the list.
1401 * 1401 *
1402 * SILC doesn't have groups, so we also don't need to do anything 1402 * SILC doesn't have groups, so we also don't need to do anything
1403 * for a move. */ 1403 * for a move. */
1404 if (buddy->proto_data == NULL) 1404 if (purple_buddy_get_protocol_data(buddy) == NULL)
1405 silcpurple_add_buddy_i(gc, buddy, FALSE); 1405 silcpurple_add_buddy_i(gc, buddy, FALSE);
1406 } 1406 }
1407 1407
1408 void silcpurple_send_buddylist(PurpleConnection *gc) 1408 void silcpurple_send_buddylist(PurpleConnection *gc)
1409 { 1409 {