From 79194c855044077a383a21f780c484dde22343d7 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Sun, 23 Jun 2013 11:38:58 +0200 Subject: [PATCH] do not free link objects already on mouse_out --- src/bin/termio.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/bin/termio.c b/src/bin/termio.c index f685929a..052d2059 100644 --- a/src/bin/termio.c +++ b/src/bin/termio.c @@ -3064,13 +3064,8 @@ _smart_cb_mouse_out(void *data, Evas *e __UNUSED__, Evas_Object *obj __UNUSED__, sd = evas_object_smart_data_get(data); if (!sd) return; - if (!sd->link.down.dnd) - { - EINA_LIST_FREE(sd->link.objs, o) - evas_object_del(o); - } - ty_dbus_link_hide(); termio_mouseover_suspend_pushpop(data, 1); + ty_dbus_link_hide(); } static void