diff console/gntconv.c @ 14256:e7de1f6d9f35

[gaim-migrate @ 16938] Mostly minor cleanups committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 21 Aug 2006 03:40:12 +0000
parents 04bdbbefbd1d
children 1bd09d355f9e
line wrap: on
line diff
--- a/console/gntconv.c	Mon Aug 21 03:19:16 2006 +0000
+++ b/console/gntconv.c	Mon Aug 21 03:40:12 2006 +0000
@@ -360,7 +360,7 @@
 static void
 gg_chat_rename_user(GaimConversation *conv, const char *old, const char *new_n, const char *new_a)
 {
-	/* XXX: Update the name for string completion */
+	/* Update the name for string completion */
 	GGConv *ggc = conv->ui_data;
 	GntEntry *entry = GNT_ENTRY(ggc->entry);
 	gnt_entry_remove_suggest(entry, old);
@@ -371,7 +371,7 @@
 static void
 gg_chat_remove_user(GaimConversation *conv, GList *list)
 {
-	/* XXX: Remove the name from string completion */
+	/* Remove the name from string completion */
 	GGConv *ggc = conv->ui_data;
 	GntEntry *entry = GNT_ENTRY(ggc->entry);
 	for (; list; list = list->next)