I have attached a patch for removing unnecessary code in the elm_notify.

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.


SVN revision: 67012
This commit is contained in:
Jaehwan Kim 2012-01-10 09:22:22 +00:00
parent 34fd5bbeeb
commit ede04a7bbc
1 changed files with 0 additions and 1 deletions

View 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);