]> Pileus Git - ~andy/gtk/commitdiff
Fix a typo.
authorMatthias Clasen <maclas@gmx.de>
Tue, 9 Mar 2004 00:47:30 +0000 (00:47 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 9 Mar 2004 00:47:30 +0000 (00:47 +0000)
Tue Mar  9 01:25:10 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkframe.c (gtk_frame_paint): Fix a typo.

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

index d8ad0f54cb4dbc41ea4d316b6d34b5c4632c94f2..c6a477edcc621335d6ef1f351889476cf4e780c1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Mar  9 01:25:10 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkframe.c (gtk_frame_paint): Fix a typo.
+
 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
 
        Fixes #136080.
index d8ad0f54cb4dbc41ea4d316b6d34b5c4632c94f2..c6a477edcc621335d6ef1f351889476cf4e780c1 100644 (file)
@@ -1,3 +1,7 @@
+Tue Mar  9 01:25:10 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkframe.c (gtk_frame_paint): Fix a typo.
+
 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
 
        Fixes #136080.
index d8ad0f54cb4dbc41ea4d316b6d34b5c4632c94f2..c6a477edcc621335d6ef1f351889476cf4e780c1 100644 (file)
@@ -1,3 +1,7 @@
+Tue Mar  9 01:25:10 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkframe.c (gtk_frame_paint): Fix a typo.
+
 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
 
        Fixes #136080.
index d8ad0f54cb4dbc41ea4d316b6d34b5c4632c94f2..c6a477edcc621335d6ef1f351889476cf4e780c1 100644 (file)
@@ -1,3 +1,7 @@
+Tue Mar  9 01:25:10 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkframe.c (gtk_frame_paint): Fix a typo.
+
 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
 
        Fixes #136080.
index d8ad0f54cb4dbc41ea4d316b6d34b5c4632c94f2..c6a477edcc621335d6ef1f351889476cf4e780c1 100644 (file)
@@ -1,3 +1,7 @@
+Tue Mar  9 01:25:10 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkframe.c (gtk_frame_paint): Fix a typo.
+
 2004-03-08  Federico Mena Quintero  <federico@ximian.com>
 
        Fixes #136080.
index eb02f9c8e28720ed764e0880b44ebe5a48a3e4cb..80ae7ffb1e60d2c8f2cf2b2bc03f8e9d701486a4 100644 (file)
@@ -502,7 +502,7 @@ gtk_frame_paint (GtkWidget    *widget,
       frame = GTK_FRAME (widget);
 
       x = frame->child_allocation.x - widget->style->xthickness;
-      y = frame->child_allocation.y; - widget->style->ythickness;
+      y = frame->child_allocation.y - widget->style->ythickness;
       width = frame->child_allocation.width + 2 * widget->style->xthickness;
       height =  frame->child_allocation.height + 2 * widget->style->ythickness;