Mercurial > pidgin
comparison src/toc.c @ 1827:bb115612a2ed
[gaim-migrate @ 1837]
i'm tired
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Tue, 08 May 2001 05:48:27 +0000 |
| parents | 47e064712091 |
| children | 00aef397a1fe |
comparison
equal
deleted
inserted
replaced
| 1826:7f889cdfa03e | 1827:bb115612a2ed |
|---|---|
| 943 gtk_signal_connect(GTK_OBJECT(label), "destroy", GTK_SIGNAL_FUNC(des_jc), NULL); | 943 gtk_signal_connect(GTK_OBJECT(label), "destroy", GTK_SIGNAL_FUNC(des_jc), NULL); |
| 944 gtk_widget_show(label); | 944 gtk_widget_show(label); |
| 945 | 945 |
| 946 join_chat_entry = gtk_entry_new(); | 946 join_chat_entry = gtk_entry_new(); |
| 947 gtk_box_pack_start(GTK_BOX(rowbox), join_chat_entry, TRUE, TRUE, 0); | 947 gtk_box_pack_start(GTK_BOX(rowbox), join_chat_entry, TRUE, TRUE, 0); |
| 948 gtk_window_set_focus(GTK_WINDOW(joinchat), join_chat_entry); | 948 gtk_widget_grab_focus(join_chat_entry); |
| 949 gtk_signal_connect(GTK_OBJECT(join_chat_entry), "activate", GTK_SIGNAL_FUNC(do_join_chat), NULL); | 949 gtk_signal_connect(GTK_OBJECT(join_chat_entry), "activate", GTK_SIGNAL_FUNC(do_join_chat), NULL); |
| 950 gtk_widget_show(join_chat_entry); | 950 gtk_widget_show(join_chat_entry); |
| 951 | 951 |
| 952 rowbox = gtk_hbox_new(FALSE, 5); | 952 rowbox = gtk_hbox_new(FALSE, 5); |
| 953 gtk_box_pack_start(GTK_BOX(fbox), rowbox, TRUE, TRUE, 0); | 953 gtk_box_pack_start(GTK_BOX(fbox), rowbox, TRUE, TRUE, 0); |
