]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gpe-ownerinfo/gpe-ownerinfo/fixloop.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gpe-ownerinfo / gpe-ownerinfo / fixloop.patch
1 Index: gpe-ownerinfo.c
2 ===================================================================
3 RCS file: /cvs/gpe/base/gpe-ownerinfo/gpe-ownerinfo.c,v
4 retrieving revision 1.36
5 diff -u -r1.36 gpe-ownerinfo.c
6 --- gpe-ownerinfo.c     4 Jul 2004 12:10:12 -0000       1.36
7 +++ gpe-ownerinfo.c     20 Dec 2004 16:32:21 -0000
8 @@ -302,7 +302,7 @@
9    height /= PANGO_SCALE;
10  
11    if (height < allocation->height)
12 -    height = allocation->height;
13 +    height = allocation->height + 20;
14  
15    lost_height = height - allocation->height;
16