1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-25 07:32:36 +01:00

Added code to automatically convert Icon paths in WMWindowAttributes from

the old .AppInfo/... to the new Library/WindowMaker/... on the fly when
Window Maker starts.
This should allow a transparent transition without any need for users to do
anything.
This commit is contained in:
dan
2005-03-12 01:16:04 +00:00
parent 24e349afe7
commit 24519b6292
2 changed files with 59 additions and 0 deletions

View File

@@ -14,6 +14,9 @@ Changes since version 0.91.0:
- fixed to allow parallel builds on SMP systems using make -j
- updated Italian translation (Marco Colombo <m.colombo@ed.ac.uk>)
- applied .AppInfo --> Library path rename patch (Alex Perez <aperez@student.santarosa.edu>)
- added code to automatically update the icon paths from the old .AppInfo
style to the new Library/WindowMaker style in WMWindowAttributes when
Window Maker starts to make transition transparent for users.
Changes since version 0.90.0: