rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=12a006dbf8929ff55d0612fc65cefe1754320e4c

commit 12a006dbf8929ff55d0612fc65cefe1754320e4c
Author: Andrii Kroitor <an.kroi...@samsung.com>
Date:   Fri Jan 15 10:52:28 2016 +0200

    tabs: fix error on closing project with open tabs
---
 src/bin/ui/tabs.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/ui/tabs.c b/src/bin/ui/tabs.c
index cc20b49..685d813 100644
--- a/src/bin/ui/tabs.c
+++ b/src/bin/ui/tabs.c
@@ -807,6 +807,7 @@ tabs_clean(void)
      {
         _del_tab(item);
      }
+   tabs.selected = NULL;
    tabs.items = NULL;
 }
 

-- 


Reply via email to