Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_text.c 


Log Message:
- fixed by RbdPngn

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_text.c,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -3 -r1.76 -r1.77
--- ewl_text.c  3 Dec 2005 06:10:57 -0000       1.76
+++ ewl_text.c  4 Dec 2005 18:03:18 -0000       1.77
@@ -275,9 +275,10 @@
                        evas_textblock_cursor_line_first(cursor);
                }
        }
-       else {
+       else 
+       {
                 evas_textblock_cursor_char_geometry_get(cursor,
-                                &cx, &cy, &cw, &ch);
+                                               &cx, &cy, &cw, &ch);
                 if (tx > (cx + ((cw + 1) >> 1)))
                         idx ++;
        }




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to