fix copy & paste bug!
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 15 Feb 2009 02:55:56 +0000 (02:55 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 15 Feb 2009 02:55:56 +0000 (02:55 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@39022 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_entry.c

index 8107c3b..0f8d2c3 100644 (file)
@@ -224,7 +224,7 @@ _sel_start(Evas_Textblock_Cursor *c, Evas_Object *o, Entry *en)
    en->sel_start = evas_object_textblock_cursor_new(o);
    evas_textblock_cursor_copy(c, en->sel_start);
    en->sel_end = evas_object_textblock_cursor_new(o);
-   evas_textblock_cursor_copy(c, en->sel_start);
+   evas_textblock_cursor_copy(c, en->sel_end);
    en->have_selection = 0;
    if (en->selection)
      {