diff src/gtkdialogs.c @ 9991:cc4b2125d05d

[gaim-migrate @ 10904] Some oscar status fixes/changes from Dave West and I, and other odds n' ends. It's dinner and Jeopardy! time, then Smallville and some bar or something with someone cool. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 08 Sep 2004 22:58:12 +0000
parents f4ff7d2b9b2c
children b28f9be379b3
line wrap: on
line diff
--- a/src/gtkdialogs.c	Wed Sep 08 22:15:23 2004 +0000
+++ b/src/gtkdialogs.c	Wed Sep 08 22:58:12 2004 +0000
@@ -546,7 +546,9 @@
 	g_free(username);
 }
 
-/* XXX this needs to deal with logs of all types, not just IM logs */
+/*
+ * TODO - This needs to deal with logs of all types, not just IM logs.
+ */
 void
 gaim_gtkdialogs_log(void)
 {
@@ -597,7 +599,7 @@
 }
 
 /*
- * XXX - Make this use the request API, if possible.
+ * TODO - Make this use the request API, if possible.
  */
 void
 gaim_gtkdialogs_warn(GaimConnection *gc, const char *who)
@@ -833,7 +835,7 @@
 	account = buddy->account;
 
 	gaim_debug_info("blist", "Removing '%s' from buddy list.\n", buddy->name);
-	/* XXX - Should remove from blist first... then call serv_remove_buddy()? */
+	/* TODO - Should remove from blist first... then call serv_remove_buddy()? */
 	serv_remove_buddy(buddy->account->gc, buddy, group);
 	gaim_blist_remove_buddy(buddy);