diff -r 1bf8b6ef5aea -r 23b59a16c808 pidgin/gtkstatusbox.c
--- a/pidgin/gtkstatusbox.c Sat Aug 17 23:28:51 2013 +0530
+++ b/pidgin/gtkstatusbox.c Sun Aug 18 00:04:13 2013 +0530
@@ -713,7 +713,7 @@
text = g_strdup_printf("%s - %s",
purple_account_get_username(status_box->account),
aa_color, secondary ? secondary : primary);
- emblem = pidgin_create_prpl_icon(status_box->account, PIDGIN_PRPL_ICON_SMALL);
+ emblem = pidgin_create_protocol_icon(status_box->account, PIDGIN_PROTOCOL_ICON_SMALL);
} else if (secondary != NULL) {
text = g_strdup_printf("%s - %s",
primary, aa_color, secondary);