Fix #3445: swaybar tray inerited thems not processed

master
Stefan Schick 6 years ago committed by Brian Ashworth
parent de76c4e071
commit 0952c9f91d

@ -135,7 +135,7 @@ static int entry_handler(char *group, char *key, char *value,
theme->name = strdup(value);
} else if (strcmp(key, "Comment") == 0) {
theme->comment = strdup(value);
} else if (strcmp(key, "Inherists") == 0) {
} else if (strcmp(key, "Inherits") == 0) {
theme->inherits = strdup(value);
} else if (strcmp(key, "Directories") == 0) {
theme->directories = split_string(value, ",");

Loading…
Cancel
Save