comparison src/protocols/msn/userlist.c @ 9861:68561f39acdc

[gaim-migrate @ 10740] (21:31:26) shx: esthetic changes (appears to be whitespace changes) committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 25 Aug 2004 01:45:41 +0000
parents 65b3156f9f48
children 1dfebce5eac9
comparison
equal deleted inserted replaced
9860:65b3156f9f48 9861:68561f39acdc
214 passport = msn_user_get_passport(user); 214 passport = msn_user_get_passport(user);
215 friendly = msn_user_get_friendly_name(user); 215 friendly = msn_user_get_friendly_name(user);
216 216
217 if (list_id == MSN_LIST_FL) 217 if (list_id == MSN_LIST_FL)
218 { 218 {
219 GaimConnection *gc = gaim_account_get_connection(account); 219 GaimConnection *gc;
220
221 gc = gaim_account_get_connection(account);
220 222
221 serv_got_alias(gc, passport, friendly); 223 serv_got_alias(gc, passport, friendly);
222 224
223 if (group_id >= 0) 225 if (group_id >= 0)
224 { 226 {
238 { 240 {
239 gaim_privacy_deny_add(account, passport, TRUE); 241 gaim_privacy_deny_add(account, passport, TRUE);
240 } 242 }
241 else if (list_id == MSN_LIST_RL) 243 else if (list_id == MSN_LIST_RL)
242 { 244 {
243 GaimConnection *gc = gaim_account_get_connection(account); 245 GaimConnection *gc;
246
247 gc = gaim_account_get_connection(account);
244 248
245 gaim_debug_info("msn", 249 gaim_debug_info("msn",
246 "%s has added you to his or her contact list.\n", 250 "%s has added you to his or her contact list.\n",
247 passport); 251 passport);
248 252