# HG changeset patch # User Mark Doliner # Date 1083821055 0 # Node ID 56339eb6dab158263beaa59f41d0ecdf4e8d7495 # Parent 61602bc26a653ceb861882bc5c19081b34598f0e [gaim-migrate @ 9656] A patch from GoRN (Kevin Barry) to make the text entry in the edit-an- away-message box focusable. committer: Tailor Script diff -r 61602bc26a65 -r 56339eb6dab1 src/dialogs.c --- a/src/dialogs.c Thu May 06 05:17:36 2004 +0000 +++ b/src/dialogs.c Thu May 06 05:24:15 2004 +0000 @@ -790,7 +790,6 @@ ca->entry = gtk_entry_new(); gtk_box_pack_start(GTK_BOX(hbox), ca->entry, TRUE, TRUE, 0); gaim_set_accessible_label (ca->entry, label); - gtk_widget_grab_focus(ca->entry); /* Toolbar */ ca->toolbar = gtk_imhtmltoolbar_new(); @@ -856,6 +855,7 @@ gtk_box_pack_end(GTK_BOX(hbox), button, FALSE, FALSE, 0); gtk_widget_show_all(ca->window); + gtk_widget_grab_focus(ca->text); } static void