| 536 continue; |
536 continue; |
| 537 |
537 |
| 538 account = gaim_connection_get_account(gc); |
538 account = gaim_connection_get_account(gc); |
| 539 |
539 |
| 540 g_snprintf(buf, sizeof(buf), "%s (%s)", |
540 g_snprintf(buf, sizeof(buf), "%s (%s)", |
| 541 gaim_account_get_username(account), gc->prpl->info->name); |
541 gaim_account_get_username(account), |
| |
542 gaim_account_get_protocol_name(account)); |
| 542 menuitem = gtk_image_menu_item_new_with_label(buf); |
543 menuitem = gtk_image_menu_item_new_with_label(buf); |
| 543 |
544 |
| 544 pixbuf = create_prpl_icon(gc->account); |
545 pixbuf = create_prpl_icon(gc->account); |
| 545 if (pixbuf) { |
546 if (pixbuf) { |
| 546 scale = gdk_pixbuf_scale_simple(pixbuf, 16, 16, GDK_INTERP_BILINEAR); |
547 scale = gdk_pixbuf_scale_simple(pixbuf, 16, 16, GDK_INTERP_BILINEAR); |