rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=1bf3abd3db7b5681e7f4d06dda991470663f06de

commit 1bf3abd3db7b5681e7f4d06dda991470663f06de
Author: Vitalii Vorobiov <[email protected]>
Date:   Thu Oct 27 20:23:53 2016 +0300

    tabs.c: invoke tab_close func properly so it cleans up property part of 
project
    
    Fixes T4618
---
 src/bin/ui/tabs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/ui/tabs.c b/src/bin/ui/tabs.c
index a55276f..82a37d7 100644
--- a/src/bin/ui/tabs.c
+++ b/src/bin/ui/tabs.c
@@ -1260,7 +1260,7 @@ tabs_current_tab_close(void)
    Tabs_Item *item;
 
    item = elm_object_item_data_get(tabs.selected);
-   _tab_close(item, NULL, NULL, NULL);
+   _tab_close(item, item->toolbar_item, NULL, NULL);
 }
 
 void

-- 


Reply via email to