# HG changeset patch # User Rob Flynn # Date 1000141419 0 # Node ID 73872bedf07ec81b76e325d31a218e063be8a258 # Parent aaa82fd67a7b931c9d3b955f7921357c33555f2a [gaim-migrate @ 2266] :-* committer: Tailor Script diff -r aaa82fd67a7b -r 73872bedf07e src/buddy_chat.c --- 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) {