comparison src/protocols/msn/switchboard.c @ 6695:0c5637b5462e

[gaim-migrate @ 7221] This is contact support. Really. It has a few bugs left in it, like sorting not working, and stuff like that, but it's pretty solid for the most part. I'm not in the mood to do a whole lot of typing, so just use and enjoy. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 02 Sep 2003 03:41:10 +0000
parents 75233cd117fc
children 8efafdc38718
comparison
equal deleted inserted replaced
6694:2d2f04c5c7d2 6695:0c5637b5462e
103 if (swboard->chat != NULL) 103 if (swboard->chat != NULL)
104 gaim_chat_remove_user(GAIM_CHAT(swboard->chat), user, NULL); 104 gaim_chat_remove_user(GAIM_CHAT(swboard->chat), user, NULL);
105 else { 105 else {
106 const char *username; 106 const char *username;
107 GaimConversation *conv; 107 GaimConversation *conv;
108 struct buddy *b; 108 GaimBuddy *b;
109 char buf[MSN_BUF_LEN]; 109 char buf[MSN_BUF_LEN];
110 110
111 if ((b = gaim_find_buddy(account, user)) != NULL) 111 if ((b = gaim_find_buddy(account, user)) != NULL)
112 username = gaim_get_buddy_alias(b); 112 username = gaim_get_buddy_alias(b);
113 else 113 else