Default to default theme

This commit is contained in:
Andy Williams 2016-06-11 14:15:18 +01:00
parent 690c748bae
commit 35c8f63f3b
1 changed files with 2 additions and 0 deletions

View File

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