entrance: woops there where two "!" to much ;)

This commit is contained in:
Marcel Hollerbach 2014-03-20 17:46:19 +01:00
parent 87a75c9f89
commit de7f5a43c0
1 changed files with 1 additions and 1 deletions

View File

@ -610,7 +610,7 @@ _entrance_gui_update(void)
{
const char *path;
const char *group;
if ((!_gui->bg.group) || (!_gui->bg.path))
if ((_gui->bg.group) || (_gui->bg.path))
PT("Failed to load new background, fallback on the theme default! \n");
bg = entrance_gui_theme_get(screen->transition,
"entrance/background/default");