rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=65d106cffdcc941f8cd9b8d07393a76a26bc83b1

commit 65d106cffdcc941f8cd9b8d07393a76a26bc83b1
Author: Vitalii Vorobiov <vi.vorob...@samsung.com>
Date:   Wed Nov 18 16:47:10 2015 +0200

    tab_home_new: uncheck All Widgets after new project is done
---
 src/bin/ui/tab_home_new.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/ui/tab_home_new.c b/src/bin/ui/tab_home_new.c
index 2eb5a41..9725cd1 100644
--- a/src/bin/ui/tab_home_new.c
+++ b/src/bin/ui/tab_home_new.c
@@ -533,6 +533,7 @@ _on_create(void *data __UNUSED__,
                           NULL);
    elm_object_focus_set(ap.splash, true);
    evas_object_show(ap.splash);
+   elm_check_state_set(tab_new.ch_all, false);
 }
 
 static void

-- 


Reply via email to