From 7c78c1c63c7594b03a88baa670ce7195143f26c2 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Thu, 20 Mar 2014 17:52:30 +0100 Subject: [PATCH] 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)