elementary/entry : wd->text can not be sync perfectly with current

text in "elm.text". This is because wd->text is updated by edje's
signal callback. I'll think more about removing all codes wd->text.
With my opinion they are useless.


SVN revision: 69948
This commit is contained in:
WooHyun Jung 2012-04-06 08:00:19 +00:00
parent 20f4e9a3f8
commit 15f573bdf6
1 changed files with 0 additions and 1 deletions

View File

@ -2329,7 +2329,6 @@ _elm_entry_text_get(const Evas_Object *obj, const char *item)
if (item && strcmp(item, "default")) return NULL;
const char *text;
if (!wd) return NULL;
if (wd->text) return wd->text;
text = edje_object_part_text_get(wd->ent, "elm.text");
if (!text)
{