Mercurial > pidgin
diff src/toc.c @ 1819:47e064712091
[gaim-migrate @ 1829]
i read the news today oh boy
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Sun, 06 May 2001 11:24:04 +0000 |
| parents | ad7759c19545 |
| children | bb115612a2ed |
line wrap: on
line diff
--- a/src/toc.c Sun May 06 10:14:51 2001 +0000 +++ b/src/toc.c Sun May 06 11:24:04 2001 +0000 @@ -945,6 +945,8 @@ join_chat_entry = gtk_entry_new(); gtk_box_pack_start(GTK_BOX(rowbox), join_chat_entry, TRUE, TRUE, 0); + gtk_window_set_focus(GTK_WINDOW(joinchat), join_chat_entry); + gtk_signal_connect(GTK_OBJECT(join_chat_entry), "activate", GTK_SIGNAL_FUNC(do_join_chat), NULL); gtk_widget_show(join_chat_entry); rowbox = gtk_hbox_new(FALSE, 5);
