changeset 2256:73872bedf07e

[gaim-migrate @ 2266] :-* committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Mon, 10 Sep 2001 17:03:39 +0000
parents aaa82fd67a7b
children eae25a0309c1
files src/buddy_chat.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/buddy_chat.c	Mon Sep 10 17:01:55 2001 +0000
+++ b/src/buddy_chat.c	Mon Sep 10 17:03:39 2001 +0000
@@ -374,6 +374,7 @@
 		gtk_container_set_border_width(GTK_CONTAINER(frame), 5);
 		
 		/* Now we should fill out all of the names */ 
+		/* FIXME: Does this cause a leak? */
 		gtk_combo_set_popdown_strings(GTK_COMBO(inviteentry), generate_invite_user_names(b->gc));
 
 		if (display_options & OPT_DISP_COOL_LOOK) {