bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/misc/entrance.git/commit/?id=de7f5a43c0758c6906df5108bb13693086d8f61b

commit de7f5a43c0758c6906df5108bb13693086d8f61b
Author: Marcel Hollerbach <marcel.hollerb...@stzedn.de>
Date:   Thu Mar 20 17:46:19 2014 +0100

    entrance: woops there where two "!" to much ;)
---
 src/bin/entrance_gui.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/entrance_gui.c b/src/bin/entrance_gui.c
index 89cca1e..108ca86 100755
--- a/src/bin/entrance_gui.c
+++ b/src/bin/entrance_gui.c
@@ -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");

-- 


Reply via email to