pidgin/gtkutils.c

branch
soc.2013.gobjectification
changeset 34589
428e92c79631
parent 34208
0b0ac1d83cce
child 34627
08733a7475df
equal deleted inserted replaced
34588:1379416703af 34589:428e92c79631
731 if (purple_account_is_disconnected(account) && show_all && 731 if (purple_account_is_disconnected(account) && show_all &&
732 purple_connections_get_all()) 732 purple_connections_get_all())
733 gdk_pixbuf_saturate_and_pixelate(pixbuf, pixbuf, 0.0, FALSE); 733 gdk_pixbuf_saturate_and_pixelate(pixbuf, pixbuf, 0.0, FALSE);
734 } 734 }
735 735
736 if (purple_account_get_alias(account)) { 736 if (purple_account_get_private_alias(account)) {
737 g_snprintf(buf, sizeof(buf), "%s (%s) (%s)", 737 g_snprintf(buf, sizeof(buf), "%s (%s) (%s)",
738 purple_account_get_username(account), 738 purple_account_get_username(account),
739 purple_account_get_alias(account), 739 purple_account_get_private_alias(account),
740 purple_account_get_protocol_name(account)); 740 purple_account_get_protocol_name(account));
741 } else { 741 } else {
742 g_snprintf(buf, sizeof(buf), "%s (%s)", 742 g_snprintf(buf, sizeof(buf), "%s (%s)",
743 purple_account_get_username(account), 743 purple_account_get_username(account),
744 purple_account_get_protocol_name(account)); 744 purple_account_get_protocol_name(account));

mercurial