src/protocols/msn/userlist.c

branch
soc.2006.msnp13
changeset 13894
c770be775f7b
parent 13882
dcdd4ede441c
child 13897
9636e5364590
equal deleted inserted replaced
13893:228bc0341563 13894:c770be775f7b
277 /* 277 /*
278 * TODO: The friendly name was NULL for me when I 278 * TODO: The friendly name was NULL for me when I
279 * looked at this. Maybe we should use the store 279 * looked at this. Maybe we should use the store
280 * name instead? --KingAnt 280 * name instead? --KingAnt
281 */ 281 */
282 got_new_entry(gc, passport, friendly); 282 // got_new_entry(gc, passport, friendly);
283 } 283 }
284 } 284 }
285 285
286 user->list_op |= (1 << list_id); 286 user->list_op |= (1 << list_id);
287 /* gaim_user_add_list_id (user, list_id); */ 287 /* gaim_user_add_list_id (user, list_id); */
389 * the store name was "something." Maybe we 389 * the store name was "something." Maybe we
390 * should use the friendly name, instead? --KingAnt 390 * should use the friendly name, instead? --KingAnt
391 */ 391 */
392 392
393 if (!(list_op & (MSN_LIST_AL_OP | MSN_LIST_BL_OP))){ 393 if (!(list_op & (MSN_LIST_AL_OP | MSN_LIST_BL_OP))){
394 got_new_entry(gc, passport, store); 394 // got_new_entry(gc, passport, store);
395 } 395 }
396 } 396 }
397 397
398 user->list_op |= list_op; 398 user->list_op |= list_op;
399 } 399 }

mercurial