hermet pushed a commit to branch master.

commit 84d64ee14e709d6158343221c67436c32c1022ac
Author: ChunEon Park <[email protected]>
Date:   Thu Jun 13 16:36:13 2013 +0900

    elementary/naviframe - oops, here more proper check.
---
 src/lib/elc_naviframe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elc_naviframe.c b/src/lib/elc_naviframe.c
index d9704b3..2956994 100644
--- a/src/lib/elc_naviframe.c
+++ b/src/lib/elc_naviframe.c
@@ -520,7 +520,7 @@ _item_del_pre_hook(Elm_Object_Item *it)
      }
 
 end:
-   if (!sd->stack || (VIEW(it) != sd->dummy_edje))
+   if (!sd->stack && !sd->on_deletion)
      _resize_object_reset(WIDGET(it), NULL, NULL, EINA_TRUE);
 
    _item_free(nit);

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to