rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=36b232c052273edc95750429511f030f588da95e
commit 36b232c052273edc95750429511f030f588da95e Author: Andrii Kroitor <[email protected]> Date: Mon Nov 9 12:03:13 2015 +0200 history_ui: don't show history by default --- src/bin/ui/history_ui.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/ui/history_ui.c b/src/bin/ui/history_ui.c index 301fbce..02cb68c 100644 --- a/src/bin/ui/history_ui.c +++ b/src/bin/ui/history_ui.c @@ -211,6 +211,5 @@ history_ui_add(void) evas_object_smart_callback_add(ap.win, SIGNAL_TAB_CHANGED, _history_set, NULL); TODO("Add clean-up callbacks here") - evas_object_show(hd.layout); return hd.layout; } --
