diff 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
line wrap: on
line diff
--- a/src/protocols/rendezvous/rendezvous.c	Sun Dec 05 18:57:57 2004 +0000
+++ b/src/protocols/rendezvous/rendezvous.c	Sun Dec 05 21:05:52 2004 +0000
@@ -126,7 +126,7 @@
 	gaim_prpl_got_user_status(account, b->name, "offline", NULL);
 	gaim_blist_remove_buddy(b);
 	/* XXX - This results in incorrect group counts--needs to be fixed in the core */
-	/* XXX - We also need to call remove_idle_buddy() in server.c for idle buddies */ 
+	/* XXX - We also need to call remove_idle_buddy() in server.c for idle buddies */
 
 	/*
 	 * XXX - Instead of removing immediately, wait 10 seconds and THEN remove