comparison src/gtkconv.c @ 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 951204c08b13
comparison
equal deleted inserted replaced
4635:42d53c416bb9 4636:f4a707dda673
3395 gtk_container_set_border_width(GTK_CONTAINER(tab_cont), 5); 3395 gtk_container_set_border_width(GTK_CONTAINER(tab_cont), 5);
3396 gtk_container_add(GTK_CONTAINER(tab_cont), pane); 3396 gtk_container_add(GTK_CONTAINER(tab_cont), pane);
3397 gtk_widget_show(pane); 3397 gtk_widget_show(pane);
3398 3398
3399 new_ui = TRUE; 3399 new_ui = TRUE;
3400 3400
3401 gtk_widget_grab_focus(pane);
3402
3401 gtkconv->make_sound = TRUE; 3403 gtkconv->make_sound = TRUE;
3402 } 3404 }
3403 3405
3404 gtkconv->tabby = tabby = gtk_hbox_new(FALSE, 5); 3406 gtkconv->tabby = tabby = gtk_hbox_new(FALSE, 5);
3405 3407