I have attached a patch for removing unnecessary code in the elm_notify.
authorjaehwan <jaehwan@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 10 Jan 2012 09:22:22 +0000 (09:22 +0000)
committerjaehwan <jaehwan@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 10 Jan 2012 09:22:22 +0000 (09:22 +0000)
There is no swallow area for the parent In the notify.edc also.
Even if the removed line is necessary, then it will cause an improper result.
So it should be removed definitely and absolutely!
Please review this and give any feedbacks. Thank you.

Sincerely,
Shinwoo Kim.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67012 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_notify.c

index ff3eb6a..fab0390 100644 (file)
@@ -568,7 +568,6 @@ elm_notify_parent_set(Evas_Object *obj, Evas_Object *parent)
                                        _parent_del, obj);
         evas_object_event_callback_add(parent, EVAS_CALLBACK_HIDE,
                                        _parent_hide, obj);
-        edje_object_part_swallow(wd->notify, "elm.swallow.parent", parent);
         _sizing_eval(obj);
      }
    _calc(obj);