* [Entry] Actually, this should fix it..

SVN revision: 25224
This commit is contained in:
moom 2006-08-30 20:53:29 +00:00 committed by moom
parent e75f6f1b56
commit ec4a948ba0
1 changed files with 1 additions and 2 deletions

View File

@ -221,9 +221,8 @@ e_editable_text_set(Evas_Object *editable, const char *text)
sd->char_length = 0;
sd->unicode_length = 0;
sd->allocated_length = E_EDITABLE_BLOCK_SIZE;
_e_editable_text_update(editable);
}
else
_e_editable_text_update(editable);
sd->cursor_pos = sd->unicode_length;
sd->selection_pos = sd->unicode_length;