Enlightenment CVS committal

Author  : handyande
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_border.c 


Log Message:
oops raster ;)
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -3 -r1.130 -r1.131
--- e_border.c  12 Apr 2005 08:46:43 -0000      1.130
+++ e_border.c  12 Apr 2005 09:03:57 -0000      1.131
@@ -3664,7 +3664,7 @@
 {
    char buf[40];
 
-   snprintf(buf, sizeof(buf) - 1, "%ix%i", bd->x, bd->y);
+   snprintf(buf, sizeof(buf) - 1, "%i %i", bd->x, bd->y);
    edje_object_part_text_set(move_obj, "text", buf);
 }
 




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to