- Saving a domain file will first strip all entries that are also present in
commit41996df786937970d2347ba1b3b7f7c4c77d19c2
authordan <dan>
Thu, 20 Dec 2001 22:16:01 +0000 (20 22:16 +0000)
committerdan <dan>
Thu, 20 Dec 2001 22:16:01 +0000 (20 22:16 +0000)
treeb5dc3fdb0f092b5c18394e7814f69771b9cf7606
parent932fcd1f3789aaf5f81bedefcd7130f0aa014816
- Saving a domain file will first strip all entries that are also present in
  the global domain as well and are exactly the same. This fixes a bug where
  settings from the global domain file were merged in the user domain file
  and further changes in the global domain file for those merged values was
  ignored making a system admin unable to set global defaults for all users
  using the global domains.
- Fixed bug with not extracting the icon from the client when using
  shared appicons.
- Added WMSubtractPLDictionaries() to WINGs (opposite for merging, it will
  remove all entries from dest if they are present in source and are exactly
  the same. Unique entries in dest and entries with different values from
  those present in source will be preserved).
14 files changed:
ChangeLog
TODO
WINGs/ChangeLog
WINGs/WINGs/WUtil.h
WINGs/proplist.c
src/application.c
src/defaults.c
src/dialog.h
src/dock.h
src/funcs.h
src/misc.c
src/wdefaults.c
src/window.c
src/winspector.c