bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/misc/entrance.git/commit/?id=7c78c1c63c7594b03a88baa670ce7195143f26c2
commit 7c78c1c63c7594b03a88baa670ce7195143f26c2 Author: Marcel Hollerbach <[email protected]> Date: Thu Mar 20 17:52:30 2014 +0100 entrance: Fix the last case of the algo. --- src/bin/entrance_gui.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/entrance_gui.c b/src/bin/entrance_gui.c index 108ca86..7f12e11 100755 --- a/src/bin/entrance_gui.c +++ b/src/bin/entrance_gui.c @@ -591,6 +591,8 @@ _entrance_gui_update(void) { bg = entrance_gui_theme_get(screen->transition, "entrance/background/default"); + if (bg) + success = EINA_TRUE; } } else if (_gui->bg.path) --
