From 35c8f63f3b5e9411c567209b72119fb304bbef24 Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Sat, 11 Jun 2016 14:15:18 +0100 Subject: [PATCH] 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);