yakov pushed a commit to branch master.

http://git.enlightenment.org/tools/erigo.git/commit/?id=185a280f7ff743cc857777fbd37e150d27961628

commit 185a280f7ff743cc857777fbd37e150d27961628
Author: Yakov Goldberg <yako...@samsung.com>
Date:   Wed May 20 15:46:04 2015 +0300

    Clean up
---
 src/bin/gui/editor.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/bin/gui/editor.c b/src/bin/gui/editor.c
index 7965c8c..278b94a 100644
--- a/src/bin/gui/editor.c
+++ b/src/bin/gui/editor.c
@@ -2592,8 +2592,7 @@ _editor_widget_clear(Gui_Widget *wdg)
 static void
 _wdg_parent_win_reload(const Gui_Widget *wdg)
 {
-   Eid *wdg_id = wdg_eid_get(wdg);
-   if (!wdg_get(wdg_id)) return;
+   if (!wdg) return;
    Gui_Widget *pwin = (Gui_Widget *) wdg_main_wdg_get(wdg);
    if (!pwin) return;
    /* Remove all Eo of current window. */

-- 


Reply via email to