really remove links

This commit is contained in:
Boris Faure 2013-10-08 23:28:52 +02:00
parent 585ed2c323
commit 0a53ff6cd1
1 changed files with 1 additions and 0 deletions

View File

@ -559,6 +559,7 @@ _remove_links(Termio *sd, Evas_Object *obj)
sd->link.y1 = -1;
sd->link.x2 = -1;
sd->link.y2 = -1;
sd->link.suspend = EINA_FALSE;
_update_link(obj, sd, same_link, same_geom);
}