comparison src/gtkblist.c @ 7879:f9df510460d7

[gaim-migrate @ 8533] Some lot of small changes, mostly to conversation menus. -Made the alias menu item in chat convo windows work -Made the add/remove menu items in chat convo windows work. The menu item still doesn't toggle after you've added or removed, but I'll probably do that soon -Made the invite dialog not modal -Removed GAIM_STOCK_PRIVACY from stock.[c|h] since we're not using it anymore committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 14 Dec 2003 23:59:14 +0000
parents 30ee5c52b8dc
children 4b43a3f9de73
comparison
equal deleted inserted replaced
7878:cbfbed263d00 7879:f9df510460d7
3203 b = gaim_buddy_new(data->account, who, whoalias); 3203 b = gaim_buddy_new(data->account, who, whoalias);
3204 gaim_blist_add_buddy(b, NULL, g, NULL); 3204 gaim_blist_add_buddy(b, NULL, g, NULL);
3205 serv_add_buddy(gaim_account_get_connection(data->account), who, g); 3205 serv_add_buddy(gaim_account_get_connection(data->account), who, g);
3206 3206
3207 if (c != NULL) { 3207 if (c != NULL) {
3208 /* This should be in blist.c somewhere... */
3208 gaim_buddy_icon_update(gaim_conv_im_get_icon(GAIM_CONV_IM(c))); 3209 gaim_buddy_icon_update(gaim_conv_im_get_icon(GAIM_CONV_IM(c)));
3209 gaim_conversation_update(c, GAIM_CONV_UPDATE_ADD); 3210 gaim_conversation_update(c, GAIM_CONV_UPDATE_ADD);
3210 } 3211 }
3211 3212
3212 gaim_blist_save(); 3213 gaim_blist_save();