comparison src/protocols/rendezvous/rendezvous.c @ 10320:61852117568f

[gaim-migrate @ 11527] A little code cleanup here and there. And I removed gaim_setup() from gtkmain.c and put it in gtksound.c committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 05 Dec 2004 21:05:52 +0000
parents 32467b63f55a
children 782c1b564906
comparison
equal deleted inserted replaced
10319:32e7baa81e03 10320:61852117568f
124 return; 124 return;
125 125
126 gaim_prpl_got_user_status(account, b->name, "offline", NULL); 126 gaim_prpl_got_user_status(account, b->name, "offline", NULL);
127 gaim_blist_remove_buddy(b); 127 gaim_blist_remove_buddy(b);
128 /* XXX - This results in incorrect group counts--needs to be fixed in the core */ 128 /* XXX - This results in incorrect group counts--needs to be fixed in the core */
129 /* XXX - We also need to call remove_idle_buddy() in server.c for idle buddies */ 129 /* XXX - We also need to call remove_idle_buddy() in server.c for idle buddies */
130 130
131 /* 131 /*
132 * XXX - Instead of removing immediately, wait 10 seconds and THEN remove 132 * XXX - Instead of removing immediately, wait 10 seconds and THEN remove
133 * them. If you do it immediately you don't see the door close icon. 133 * them. If you do it immediately you don't see the door close icon.
134 */ 134 */