more bug--
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 16 Mar 2010 04:09:00 +0000 (04:09 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 16 Mar 2010 04:09:00 +0000 (04:09 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@47274 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/canvas/evas_object_textblock.c

index 1e316a2..75ee5ab 100644 (file)
@@ -2246,7 +2246,7 @@ _find_layout_item_line_match(Evas_Object *obj, Evas_Object_Textblock_Node *n, in
 
                   itn = (Evas_Object_Textblock_Item *)(((Eina_Inlist *)it)->next);
                   p = (int)(it->source_pos + strlen(it->text));
-                 if ((p > pos) ||
+                 if ((p >= pos) ||
                       ((p == pos) && (!lnn) &&
                        ((!itn)  |
                         ((itn) && (itn->source_node != n)))))