Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/lib


Modified Files:
        edje_text.c 


Log Message:
no need to assign size at that point again, it's done in the loop
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/edje_text.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -3 -r1.35 -r1.36
--- edje_text.c 20 Mar 2005 22:16:24 -0000      1.35
+++ edje_text.c 20 Mar 2005 22:22:23 -0000      1.36
@@ -629,7 +629,6 @@
                  evas_object_geometry_get(ep->object, NULL, NULL, &tw, &th);
                  if ((size > 0) && (tw == 0)) break;
               }
-            size = psize;
          }
      }
    if (chosen_desc->text.fit_y)




-------------------------------------------------------
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