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