Dear All, Hello~

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.
Index: src/lib/elm_notify.c
===================================================================
--- src/lib/elm_notify.c	(revision 67011)
+++ src/lib/elm_notify.c	(working copy)
@@ -568,7 +568,6 @@ elm_notify_parent_set(Evas_Object *obj, Evas_Objec
                                        _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);
------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to