comparison 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
comparison
equal deleted inserted replaced
5881:cc7870e1e3b3 5882:ea6dfabdf60f
212 if (!joinchatgc) 212 if (!joinchatgc)
213 joinchatgc = g; 213 joinchatgc = g;
214 214
215 account = gaim_connection_get_account(g); 215 account = gaim_connection_get_account(g);
216 216
217 g_snprintf(buf, sizeof(buf), "%s (%s)",
218 gaim_account_get_username(account), g->prpl->info->name);
219
220 opt = gtk_menu_item_new(); 217 opt = gtk_menu_item_new();
221 218
222 /* Create the hbox. */ 219 /* Create the hbox. */
223 hbox = gtk_hbox_new(FALSE, 4); 220 hbox = gtk_hbox_new(FALSE, 4);
224 gtk_container_add(GTK_CONTAINER(opt), hbox); 221 gtk_container_add(GTK_CONTAINER(opt), hbox);