elm layout - add and delete signal cbs from the same consistent obj
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sun, 3 Jul 2016 05:04:45 +0000 (14:04 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sun, 3 Jul 2016 06:45:46 +0000 (15:45 +0900)
commit6ab167afa1e574d641081554a0ebe80f79645971
treeebbd93828758a6f4a911db777dbdf498fc729ef4
parent0dc74232a1b7d582652528e471cebfd44c75d58e
elm layout - add and delete signal cbs from the same consistent obj

elm layout signal handling was all over the place. using 3 different
ways of adding or deleteing signals from the object. it uses either
obj directly, eo_super(obj) or wd->resize_obj. come on. be consistent.
so using wd->resize_obj worked before and now works properly with
sgnal cbs PROPELY deleted unlike before.

@fix
src/lib/elementary/elm_layout.c