yakov pushed a commit to branch master.

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

commit c41985766e25296a39d004a7abf9e7b8ab921a89
Author: Yakov Goldberg <yako...@samsung.com>
Date:   Sun Nov 29 14:26:43 2015 +0200

    Updater: don't create Eo if it already exists
---
 src/lib/updater.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/updater.c b/src/lib/updater.c
index 566278e..79e7769 100644
--- a/src/lib/updater.c
+++ b/src/lib/updater.c
@@ -99,6 +99,7 @@ _eo_add_apply(const Eina_List *sessions, Eid *eid)
    Gui_Widget *wdg = wdg_get(eid);
    EINA_LIST_FOREACH(sessions, itr, s)
      {
+        if (session_eo_get(s, wdg)) continue;
         manager_widget_create(s, wdg, NULL);
      }
 }

-- 


Reply via email to