comparison src/buddy_chat.c @ 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 eb4401ac17ed
children eae25a0309c1
comparison
equal deleted inserted replaced
2255:aaa82fd67a7b 2256:73872bedf07e
372 gtk_container_set_border_width(GTK_CONTAINER(table), 5); 372 gtk_container_set_border_width(GTK_CONTAINER(table), 5);
373 373
374 gtk_container_set_border_width(GTK_CONTAINER(frame), 5); 374 gtk_container_set_border_width(GTK_CONTAINER(frame), 5);
375 375
376 /* Now we should fill out all of the names */ 376 /* Now we should fill out all of the names */
377 /* FIXME: Does this cause a leak? */
377 gtk_combo_set_popdown_strings(GTK_COMBO(inviteentry), generate_invite_user_names(b->gc)); 378 gtk_combo_set_popdown_strings(GTK_COMBO(inviteentry), generate_invite_user_names(b->gc));
378 379
379 if (display_options & OPT_DISP_COOL_LOOK) { 380 if (display_options & OPT_DISP_COOL_LOOK) {
380 gtk_button_set_relief(GTK_BUTTON(cancel), GTK_RELIEF_NONE); 381 gtk_button_set_relief(GTK_BUTTON(cancel), GTK_RELIEF_NONE);
381 gtk_button_set_relief(GTK_BUTTON(invite_btn), GTK_RELIEF_NONE); 382 gtk_button_set_relief(GTK_BUTTON(invite_btn), GTK_RELIEF_NONE);