Fixed xthickness -> ythickness typo.

1998-03-23  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* gtk/gtkclist.c (gtk_clist_size_allocate): Fixed xthickness ->
	ythickness typo.
This commit is contained in:
Federico Mena Quintero 1998-03-24 05:17:01 +00:00 committed by Arturo Espinosa
parent 9b7fd1bbe5
commit d362159181
8 changed files with 36 additions and 1 deletions

View File

@ -1,3 +1,8 @@
1998-03-23 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gtk/gtkclist.c (gtk_clist_size_allocate): Fixed xthickness ->
ythickness typo.
Tue Mar 24 03:53:18 1998 Tim Janik <timj@gtk.org>
* gtk/gtkbox.c (gtk_box_remove): save the widgets visibility flag for

View File

@ -1,3 +1,8 @@
1998-03-23 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gtk/gtkclist.c (gtk_clist_size_allocate): Fixed xthickness ->
ythickness typo.
Tue Mar 24 03:53:18 1998 Tim Janik <timj@gtk.org>
* gtk/gtkbox.c (gtk_box_remove): save the widgets visibility flag for

View File

@ -1,3 +1,8 @@
1998-03-23 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gtk/gtkclist.c (gtk_clist_size_allocate): Fixed xthickness ->
ythickness typo.
Tue Mar 24 03:53:18 1998 Tim Janik <timj@gtk.org>
* gtk/gtkbox.c (gtk_box_remove): save the widgets visibility flag for

View File

@ -1,3 +1,8 @@
1998-03-23 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gtk/gtkclist.c (gtk_clist_size_allocate): Fixed xthickness ->
ythickness typo.
Tue Mar 24 03:53:18 1998 Tim Janik <timj@gtk.org>
* gtk/gtkbox.c (gtk_box_remove): save the widgets visibility flag for

View File

@ -1,3 +1,8 @@
1998-03-23 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gtk/gtkclist.c (gtk_clist_size_allocate): Fixed xthickness ->
ythickness typo.
Tue Mar 24 03:53:18 1998 Tim Janik <timj@gtk.org>
* gtk/gtkbox.c (gtk_box_remove): save the widgets visibility flag for

View File

@ -1,3 +1,8 @@
1998-03-23 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gtk/gtkclist.c (gtk_clist_size_allocate): Fixed xthickness ->
ythickness typo.
Tue Mar 24 03:53:18 1998 Tim Janik <timj@gtk.org>
* gtk/gtkbox.c (gtk_box_remove): save the widgets visibility flag for

View File

@ -1,3 +1,8 @@
1998-03-23 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gtk/gtkclist.c (gtk_clist_size_allocate): Fixed xthickness ->
ythickness typo.
Tue Mar 24 03:53:18 1998 Tim Janik <timj@gtk.org>
* gtk/gtkbox.c (gtk_box_remove): save the widgets visibility flag for

View File

@ -2237,7 +2237,7 @@ gtk_clist_size_allocate (GtkWidget * widget,
clist_allocation.width = clist->internal_allocation.width -
(2 * widget->style->klass->xthickness);
clist_allocation.height = clist->internal_allocation.height -
(2 * widget->style->klass->xthickness) -
(2 * widget->style->klass->ythickness) -
clist->column_title_area.height;
/*