the problem is that. it was not a small application crash.
my e17 is crashed.
for users, this is bad :(

Daniel Juyung Seo (SeoZ)

On Thu, Sep 6, 2012 at 7:13 PM, ChunEon Park <her...@naver.com> wrote:
> but we could found out the problem early.
> ------------------------------------
>
> -Regards, Hermet-
>
> -----Original Message-----
> From: "Daniel Juyung Seo"&lt;seojuyu...@gmail.com&gt;
> To: &lt;enlightenment-devel@lists.sourceforge.net&gt;;
> Cc: &lt;enlightenment-...@lists.sourceforge.net&gt;;
> Sent: 2012-09-06 (목) 19:08:39
> Subject: Re: [E-devel] E SVN: cedric trunk/edje/src/lib
>
> Thanks. Great!
> Now E17 works. Arggg NULL check!!!
>
> Daniel Juyung Seo (SeoZ)
>
> On Thu, Sep 6, 2012 at 7:05 PM, Enlightenment SVN
> &lt;no-reply&gt;@enlightenment.org&gt; wrote:
> &gt; Log:
> &gt; edje: correct NULL check. Happy SeoZ :-)
> &gt;
> &gt;
> &gt; Author:       cedric
> &gt; Date:         2012-09-06 03:05:34 -0700 (Thu, 06 Sep 2012)
> &gt; New Revision: 76235
> &gt; Trac:         http://trac.enlightenment.org/e/changeset/76235
> &gt;
> &gt; Modified:
> &gt;   trunk/edje/src/lib/edje_util.c
> &gt;
> &gt; Modified: trunk/edje/src/lib/edje_util.c
> &gt; ===================================================================
> &gt; --- trunk/edje/src/lib/edje_util.c      2012-09-06 10:01:44 UTC (rev 
> 76234)
> &gt; +++ trunk/edje/src/lib/edje_util.c      2012-09-06 10:05:34 UTC (rev 
> 76235)
> &gt; @@ -5083,9 +5083,7 @@
> &gt;                                   rp);
> &gt;
> &gt;     //If the map is enabled, uv should be updated when image size is 
> changed.
> &gt; -   if (rp-&gt;swallowed_object &amp;&amp;
> &gt; -       evas_object_type_get(rp-&gt;swallowed_object) &amp;&amp;
> &gt; -       !strcmp(evas_object_type_get(rp-&gt;swallowed_object), "image"))
> &gt; +   if (!strcmp(evas_object_type_get(rp-&gt;swallowed_object), "image"))
> &gt;       evas_object_event_callback_add(obj_swallow, 
> EVAS_CALLBACK_IMAGE_RESIZE,
> &gt;                                      
> _edje_object_part_swallow_image_resize_cb,
> &gt;                                      rp);
> &gt; @@ -5118,6 +5116,7 @@
> &gt;  void
> &gt;  _edje_real_part_swallow_clear(Edje_Real_Part *rp)
> &gt;  {
> &gt; +   if (!rp-&gt;swallowed_object) return ;
> &gt;     evas_object_smart_member_del(rp-&gt;swallowed_object);
> &gt;     evas_object_event_callback_del_full(rp-&gt;swallowed_object,
> &gt;                                         EVAS_CALLBACK_DEL,
> &gt;
> &gt;
> &gt; 
> ------------------------------------------------------------------------------
> &gt; Live Security Virtual Conference
> &gt; Exclusive live event will cover all the ways today's security and
> &gt; threat landscape has changed and how IT managers can respond. Discussions
> &gt; will include endpoint security, mobile security and the latest in malware
> &gt; threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> &gt; _______________________________________________
> &gt; enlightenment-svn mailing list
> &gt; enlightenment-...@lists.sourceforge.net
> &gt; https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to