ajwillia-ms pushed a commit to branch master.

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

commit 35c8f63f3b5e9411c567209b72119fb304bbef24
Author: Andy Williams <[email protected]>
Date:   Sat Jun 11 14:15:18 2016 +0100

    Default to default theme
---
 src/bin/entrance_client.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/entrance_client.c b/src/bin/entrance_client.c
index f3e244e..e53b6d8 100644
--- a/src/bin/entrance_client.c
+++ b/src/bin/entrance_client.c
@@ -52,6 +52,8 @@ main(int argc, char **argv)
         eina_shutdown();
         return EXIT_FAILURE;
      }
+   if (!theme)
+     theme = "default";
    ecore_init();
    ecore_x_init(display);
    elm_init(argc, argv);

-- 


Reply via email to