src/protocols/msn/userlist.c

changeset 13449
8def834a5bea
parent 13126
afce0fe97885
child 13694
fb7372528dfb
equal deleted inserted replaced
13448:27832a91b988 13449:8def834a5bea
390 group_id = GPOINTER_TO_INT(c->data); 390 group_id = GPOINTER_TO_INT(c->data);
391 msn_user_add_group_id(user, group_id); 391 msn_user_add_group_id(user, group_id);
392 } 392 }
393 393
394 /* FIXME: It might be a real alias */ 394 /* FIXME: It might be a real alias */
395 /* serv_got_alias(gc, passport, store); */ 395 /* Umm, what? This might fix bug #1385130 */
396 serv_got_alias(gc, passport, store);
396 } 397 }
397 398
398 if (list_op & MSN_LIST_AL_OP) 399 if (list_op & MSN_LIST_AL_OP)
399 { 400 {
400 /* These are users who are allowed to see our status. */ 401 /* These are users who are allowed to see our status. */

mercurial