Mercurial > pidgin
diff src/buddy_chat.c @ 5882:ea6dfabdf60f
[gaim-migrate @ 6314]
The Add Buddy and Add Chat dialogs now have protocol icons.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Sun, 15 Jun 2003 06:03:13 +0000 |
| parents | cc7870e1e3b3 |
| children | 1344aeab6baa |
line wrap: on
line diff
--- a/src/buddy_chat.c Sun Jun 15 05:41:27 2003 +0000 +++ b/src/buddy_chat.c Sun Jun 15 06:03:13 2003 +0000 @@ -214,9 +214,6 @@ account = gaim_connection_get_account(g); - g_snprintf(buf, sizeof(buf), "%s (%s)", - gaim_account_get_username(account), g->prpl->info->name); - opt = gtk_menu_item_new(); /* Create the hbox. */
