diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/evas/canvas/evas_object_text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/canvas/evas_object_text.c b/src/lib/evas/canvas/evas_object_text.c index b61e7d0c68..dd16e21fd8 100644 --- a/src/lib/evas/canvas/evas_object_text.c +++ b/src/lib/evas/canvas/evas_object_text.c | |||
@@ -171,7 +171,7 @@ _evas_object_text_item_del(Evas_Object_Text *o, Evas_Object_Text_Item *it) | |||
171 | 171 | ||
172 | if ((EINA_INLIST_GET(it)->next) || | 172 | if ((EINA_INLIST_GET(it)->next) || |
173 | (EINA_INLIST_GET(it)->prev) || | 173 | (EINA_INLIST_GET(it)->prev) || |
174 | (o->items == (EINA_INLIST_GET(it)))) | 174 | (EINA_INLIST_GET(o->items) == (EINA_INLIST_GET(it)))) |
175 | o->items = (Evas_Object_Text_Item *)eina_inlist_remove | 175 | o->items = (Evas_Object_Text_Item *)eina_inlist_remove |
176 | (EINA_INLIST_GET(o->items), EINA_INLIST_GET(it)); | 176 | (EINA_INLIST_GET(o->items), EINA_INLIST_GET(it)); |
177 | _evas_object_text_item_clean(it); | 177 | _evas_object_text_item_clean(it); |