fix copy & paste bug!

SVN revision: 39022
This commit is contained in:
Carsten Haitzler 2009-02-15 02:55:56 +00:00
parent bda789960a
commit c2f8ca5ccd
1 changed files with 1 additions and 1 deletions

View 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)
{