mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 04:20:27 +01:00
@@ -400,8 +400,12 @@ int main(int argc, char **argv)
|
||||
strcat(path, "/style");
|
||||
WMWritePropListToFile(style, path);
|
||||
wfree(path);
|
||||
} else {
|
||||
if (style_file) {
|
||||
WMWritePropListToFile(style, style_file);
|
||||
} else {
|
||||
puts(WMGetPropListDescription(style, True));
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user