[gaim-migrate @ 3496]

Tue, 27 Aug 2002 16:41:30 +0000

author
Brian
date
Tue, 27 Aug 2002 16:41:30 +0000
changeset 3451
1e6e23e38161
parent 3450
98f7ce9e6b41
child 3452
7f3a75406b06

[gaim-migrate @ 3496]
This will fix focus problems in non-tabbed windows. Thanks, Brian.

committer: Sean Egan <seanegan@pidgin.im>

src/conversation.c file | annotate | diff | comparison | revisions
--- a/src/conversation.c	Tue Aug 27 02:43:54 2002 +0000
+++ b/src/conversation.c	Tue Aug 27 16:41:30 2002 +0000
@@ -2967,7 +2967,7 @@
 	gtk_widget_show(send);
 
 	update_buttons_by_protocol(c);
-
+	gtk_widget_grab_focus(c->entry);
 	gtk_widget_show(win);
 }
 

mercurial