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:
committed by
Matthias Clasen
parent
57cbeff08e
commit
6dcda29ed1
@ -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>
|
2004-03-08 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
Fixes #136080.
|
Fixes #136080.
|
||||||
|
|||||||
@ -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>
|
2004-03-08 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
Fixes #136080.
|
Fixes #136080.
|
||||||
|
|||||||
@ -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>
|
2004-03-08 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
Fixes #136080.
|
Fixes #136080.
|
||||||
|
|||||||
@ -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>
|
2004-03-08 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
Fixes #136080.
|
Fixes #136080.
|
||||||
|
|||||||
@ -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>
|
2004-03-08 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
Fixes #136080.
|
Fixes #136080.
|
||||||
|
|||||||
@ -502,7 +502,7 @@ gtk_frame_paint (GtkWidget *widget,
|
|||||||
frame = GTK_FRAME (widget);
|
frame = GTK_FRAME (widget);
|
||||||
|
|
||||||
x = frame->child_allocation.x - widget->style->xthickness;
|
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;
|
width = frame->child_allocation.width + 2 * widget->style->xthickness;
|
||||||
height = frame->child_allocation.height + 2 * widget->style->ythickness;
|
height = frame->child_allocation.height + 2 * widget->style->ythickness;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user