fix super annoying elm_win bug that went something like this:
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 5 Dec 2011 04:26:32 +0000 (04:26 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 5 Dec 2011 04:26:32 +0000 (04:26 +0000)
commitff543cb1905bd9acbe7763976b5eb72de521e92d
tree275a4705555b83853557700d975a128ea8a83b09
parentc3d28bbb79d25a01e2c65dce024b8e6f75b35b44
fix super annoying elm_win bug that went something like this:

win_resize_object_add(win, subobj);
object_content_set(otherobj, subobj);
object_del(win);

ERR<21326>:elm-externals elm_widget.c:978 elm_widget_sub_object_del() removing sub object 0xdeadbeef (some_stupid_widget) from parent 0xRRRRRRRR (win), but elm-parent is different 0xFUCKTHIS (NOT EVEN A WIDGET)!

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@65884 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/elm_widget.c
src/lib/elm_win.c