ment-devel@lists.sourceforge.net>;
Cc:
Sent: 2012-12-06 (목) 22:45:53
Subject: Re: [E-devel] [Elc_Naviframe]: Crash on evas_object_del fix.
Hi,
This crash happens if pop_transition_cb gets scheduled first but transition is
not completed and before that itself evas_object_del
is called, with
ete. instead its being done in
pop_transition_cb which begins the animation.
Thanks & Regards
Shilpa Singh
--- Original Message ---
Sender : Daniel Juyung Seo
Date : Dec 06, 2012 17:25 (GMT+09:00)
Title : Re: [E-devel] [Elc_Naviframe]: Crash on evas_object_del fix.
Dear Shilpa,
it
Dear Shilpa,
it doesn't crash here.
Do you have any reproducable code?
I tried with the following code.
--- a/elementary/src/bin/test_naviframe.c
+++ b/elementary/src/bin/test_naviframe.c
@@ -190,6 +190,10 @@ _page2(void *data, Evas_Object *obj __UNUSED__, void
*event_info __UNUSED__)
Evas_Ob
Hi All,
Please find attached bug fix patch for Naviframe.
This patch fixes crash in naviframe which happens when evas_object_del
is called immediately after item_pop.
Change description:
elc_naviframe: Crash on calling evas_object_del of naviframe immediately
after item_pop fixed.
Signed-Off