Fix a typo.

Tue Mar  9 01:25:10 2004  Matthias Clasen  <maclas@gmx.de>

	* gtk/gtkframe.c (gtk_frame_paint): Fix a typo.
This commit is contained in:
Matthias Clasen 2004-03-09 00:47:30 +00:00 committed by Matthias Clasen
parent 57cbeff08e
commit 6dcda29ed1
6 changed files with 21 additions and 1 deletions

View 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.

View 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.

View 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.

View 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.

View 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.

View 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;