]> Pileus Git - ~andy/gtk/commitdiff
Fixed xthickness -> ythickness typo.
authorFederico Mena Quintero <federico@nuclecu.unam.mx>
Tue, 24 Mar 1998 05:17:01 +0000 (05:17 +0000)
committerArturo Espinosa <unammx@src.gnome.org>
Tue, 24 Mar 1998 05:17:01 +0000 (05:17 +0000)
1998-03-23  Federico Mena Quintero  <federico@nuclecu.unam.mx>

* gtk/gtkclist.c (gtk_clist_size_allocate): Fixed xthickness ->
ythickness typo.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkclist.c

index 51ab582c4f1991a3096db405648263e7f8f4a2a1..f89fabbe562d4982de02848d0c1c784867f90027 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 51ab582c4f1991a3096db405648263e7f8f4a2a1..f89fabbe562d4982de02848d0c1c784867f90027 100644 (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
index 51ab582c4f1991a3096db405648263e7f8f4a2a1..f89fabbe562d4982de02848d0c1c784867f90027 100644 (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
index 51ab582c4f1991a3096db405648263e7f8f4a2a1..f89fabbe562d4982de02848d0c1c784867f90027 100644 (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
index 51ab582c4f1991a3096db405648263e7f8f4a2a1..f89fabbe562d4982de02848d0c1c784867f90027 100644 (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
index 51ab582c4f1991a3096db405648263e7f8f4a2a1..f89fabbe562d4982de02848d0c1c784867f90027 100644 (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
index 51ab582c4f1991a3096db405648263e7f8f4a2a1..f89fabbe562d4982de02848d0c1c784867f90027 100644 (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
index f480ce7672fd86c093b624dea735c0b062a0c6eb..2197ade93fb6b722fb011469145079df24838a30 100644 (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;
 
       /*