entrance: Fix the last case of the algo.

This commit is contained in:
Marcel Hollerbach 2014-03-20 17:52:30 +01:00
parent de7f5a43c0
commit 7c78c1c63c
1 changed files with 2 additions and 0 deletions

View File

@ -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)