yakov pushed a commit to branch master.

http://git.enlightenment.org/tools/erigo.git/commit/?id=96350acd08b75c803b46345e3279da5355068622

commit 96350acd08b75c803b46345e3279da5355068622
Author: Yakov Goldberg <yako...@samsung.com>
Date:   Tue Nov 24 18:12:03 2015 +0200

    Fix bug introduced in prev commit
---
 src/bin/gui/editor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/gui/editor.c b/src/bin/gui/editor.c
index aaf5f52..946476f 100644
--- a/src/bin/gui/editor.c
+++ b/src/bin/gui/editor.c
@@ -3527,7 +3527,7 @@ _field_update_from_itemview(void *data EINA_UNUSED, Eo 
*obj, const Eo_Event_Desc
                    * if widget is packed into it's parent.
                    * If so, we need to unpack widget and delete from contents*/
 
-                  Eid *prev_parent_cont_eid = 
wdg_parent_container_eid_get(wdg);
+                  Eid *prev_parent_cont_eid = wdg_parent_container_eid_get(w);
                   Gui_Widget *prev_wdg_container = prev_parent_cont_eid ? 
wdg_get(prev_parent_cont_eid) : NULL;
                   if (prev_wdg_container && 
wdg_obj_container_get(prev_wdg_container))
                     {

-- 


Reply via email to