Enlightenment CVS committal Author : leviathan Project : e17 Module : proto
Dir : e17/proto/etk-perl Modified Files: Etk.xs Log Message: fix Label alignment issue + test =================================================================== RCS file: /cvs/e/e17/proto/etk-perl/Etk.xs,v retrieving revision 1.50 retrieving revision 1.51 diff -u -3 -r1.50 -r1.51 --- Etk.xs 6 Sep 2006 19:37:33 -0000 1.50 +++ Etk.xs 6 Sep 2006 20:13:52 -0000 1.51 @@ -2117,8 +2117,8 @@ float yalign; etk_label_alignment_get(label, &xalign, &yalign); - XPUSHs(sv_2mortal(newSViv(xalign))); - XPUSHs(sv_2mortal(newSViv(yalign))); + XPUSHs(sv_2mortal(newSVnv(xalign))); + XPUSHs(sv_2mortal(newSVnv(yalign))); void etk_label_alignment_set(label, xalign, yalign) ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs