mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 04:20:27 +01:00
Fixed stupid bug in setstyle.c
This commit is contained in:
@@ -362,7 +362,7 @@ main(int argc, char **argv)
|
||||
}
|
||||
}
|
||||
|
||||
if (!PLIsArray(style)) {
|
||||
if (!PLIsDictionary(style)) {
|
||||
printf("%s: '%s' is not a style file/theme\n", ProgName, file);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user