comparison libpurple/protocols/qq/qq.c @ 30859:c60c9c95bb00

These are dead increments.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 22 Aug 2010 06:16:37 +0000
parents 7c871249318b
children 351d07aefb09
comparison
equal deleted inserted replaced
30858:f60a1a80036f 30859:c60c9c95bb00
379 379
380 /* we can show tiny icons on the four corners of buddy icon, */ 380 /* we can show tiny icons on the four corners of buddy icon, */
381 static const char *qq_list_emblem(PurpleBuddy *b) 381 static const char *qq_list_emblem(PurpleBuddy *b)
382 { 382 {
383 PurpleAccount *account; 383 PurpleAccount *account;
384 PurpleConnection *gc;
385 qq_buddy_data *buddy; 384 qq_buddy_data *buddy;
386 385
387 if (!b || !(account = purple_buddy_get_account(b)) || 386 if (!b || !(account = purple_buddy_get_account(b)) ||
388 !(gc = purple_account_get_connection(account))) 387 !purple_account_get_connection(account))
389 return NULL; 388 return NULL;
390 389
391 buddy = purple_buddy_get_protocol_data(b); 390 buddy = purple_buddy_get_protocol_data(b);
392 if (!buddy) { 391 if (!buddy) {
393 return "not-authorized"; 392 return "not-authorized";