billiob pushed a commit to branch master.

commit 79194c855044077a383a21f780c484dde22343d7
Author: Boris Faure <[email protected]>
Date:   Sun Jun 23 11:38:58 2013 +0200

    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 f685929..052d205 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

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to