changeset 4636:f4a707dda673

[gaim-migrate @ 4944] Matt Blaha (thecombatwombat) managed to fix the tab focus bug, with, considering the other patches attempting to do so that i've seen, a very simple patch. major props to Matt. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 02 Mar 2003 21:32:50 +0000
parents 42d53c416bb9
children bf89c7598989
files src/gtkconv.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkconv.c	Sun Mar 02 19:21:36 2003 +0000
+++ b/src/gtkconv.c	Sun Mar 02 21:32:50 2003 +0000
@@ -3397,7 +3397,9 @@
 		gtk_widget_show(pane);
 
 		new_ui = TRUE;
-
+		
+		gtk_widget_grab_focus(pane);
+		
 		gtkconv->make_sound = TRUE;
 	}