diff lwlib/xlwtabs.c @ 436:080151679be2 r21-2-26

Import from CVS: tag r21-2-26
author cvs
date Mon, 13 Aug 2007 11:31:24 +0200
parents 9d177e8d4150
children 8de8e3f6228a
line wrap: on
line diff
--- a/lwlib/xlwtabs.c	Mon Aug 13 11:30:55 2007 +0200
+++ b/lwlib/xlwtabs.c	Mon Aug 13 11:31:24 2007 +0200
@@ -1086,7 +1086,7 @@
 	Widget		newtop = NULL;
 	Widget		*childP ;
 	int		idx ;
-	int		nc = tw->composite.num_children ;
+	int		nc = tw->tabs.displayChildren ;
 
 	if( nc <= 0 )
 	  return ;
@@ -1150,7 +1150,7 @@
 	Widget		newhl = NULL;
 	Widget		*childP ;
 	int		idx ;
-	int		nc = tw->composite.num_children ;
+	int		nc = tw->tabs.displayChildren ;
 
 	if( nc <= 0 )
 	  return ;