summaryrefslogtreecommitdiff
path: root/openembedded/packages/gtk+/gtk+-2.6.7/gtklabel-center.patch
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/gtk+/gtk+-2.6.7/gtklabel-center.patch')
-rw-r--r--openembedded/packages/gtk+/gtk+-2.6.7/gtklabel-center.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/openembedded/packages/gtk+/gtk+-2.6.7/gtklabel-center.patch b/openembedded/packages/gtk+/gtk+-2.6.7/gtklabel-center.patch
deleted file mode 100644
index b368cb4b7..000000000
--- a/openembedded/packages/gtk+/gtk+-2.6.7/gtklabel-center.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- gtk+-2.6.7/gtk/gtklabel.c~ 2006-05-25 15:35:15.000000000 +0100
-+++ gtk+-2.6.7/gtk/gtklabel.c 2006-05-30 11:40:37.000000000 +0100
-@@ -2185,8 +2185,8 @@
- req_width - misc->xpad);
-
- y = floor (widget->allocation.y + (gint)misc->ypad
-- + MAX (((widget->allocation.height - widget->requisition.height) * misc->yalign)
-- + 0.5, 0));
-+ + ((widget->allocation.height - widget->requisition.height) * misc->yalign)
-+ + 0.5);
-
- if (xp)
- *xp = x;