comparison src/buddy_chat.c @ 26:b9e90a914e20

[gaim-migrate @ 35] Peter Teichman sent me another huge list of patches. Here they are :) committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Fri, 24 Mar 2000 19:17:34 +0000
parents 8ba601b1949a
children bfdc427b936d
comparison
equal deleted inserted replaced
25:c56db1b46b0d 26:b9e90a914e20
463 463
464 464
465 win = gtk_window_new(GTK_WINDOW_TOPLEVEL); 465 win = gtk_window_new(GTK_WINDOW_TOPLEVEL);
466 b->window = win; 466 b->window = win;
467 467
468 gtk_window_set_policy(GTK_WINDOW(win), TRUE, TRUE, TRUE);
469
468 close = gtk_button_new_with_label("Close"); 470 close = gtk_button_new_with_label("Close");
469 invite_btn = gtk_button_new_with_label("Invite"); 471 invite_btn = gtk_button_new_with_label("Invite");
470 whisper = gtk_button_new_with_label("Whisper"); 472 whisper = gtk_button_new_with_label("Whisper");
471 send = gtk_button_new_with_label("Send"); 473 send = gtk_button_new_with_label("Send");
472 474