--- 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)