A bit of startup/theme debug

This commit is contained in:
Kim Woelders 2018-01-21 10:16:17 +01:00
parent ab2f3a97c9
commit e689a03da9
1 changed files with 3 additions and 0 deletions

View File

@ -343,6 +343,9 @@ ThemeFind(const char *theme)
const char *p;
char *path, *s;
if (EDebug(EDBUG_TYPE_CONFIG))
Eprintf("%s: %s\n", __func__, theme);
name[0] = '\0';
p = (theme) ? theme : Conf.theme.name;
if (p)