Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/canvas Modified Files: evas_object_textblock.c Log Message: - this fixes a problem in ewl where you couldn't click to put the cursor on the end of the first line =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/canvas/evas_object_textblock.c,v retrieving revision 1.121 retrieving revision 1.122 diff -u -3 -r1.121 -r1.122 --- evas_object_textblock.c 30 Nov 2005 08:45:20 -0000 1.121 +++ evas_object_textblock.c 1 Dec 2005 06:18:43 -0000 1.122 @@ -2042,7 +2042,7 @@ it = (Evas_Object_Textblock_Item *)ll; if (it->source_node == n) { - if ((it->source_pos + strlen(it->text)) > pos) + if ((it->source_pos + strlen(it->text)) >= pos) { *lnr = ln; *itr = it; ------------------------------------------------------- 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