Merging changes:

2001-11-30  Christopher James Lahey  <clahey@ximian.com>

	* configure.in: Bumped version number to 0.18.2 and GAL_REVISION
	to 2.

2001-11-14  Christopher James Lahey  <clahey@ximian.com>

	* gal/widgets/e-gui-utils.c
	(e_container_change_tab_order_callback): Don't do anything if
	focus_child is NULL.  This makes tab when cycling around tab order
	not skip to the beginning of this tab order group.

svn path=/trunk/; revision=14836
This commit is contained in:
Christopher James Lahey
2001-12-01 01:29:41 +00:00
committed by Chris Lahey
parent 0c3435a0e1
commit 3270da0242
+3
View File
@@ -138,6 +138,9 @@ e_container_change_tab_order_callback(GtkContainer *container,
focus_child = container->focus_child;
if (focus_child == NULL)
return FALSE;
if (direction == GTK_DIR_TAB_BACKWARD) {
children = g_list_last(children);
}