simplify WMWritePropListToFile()
commitbadecc244b5b27d1425c14b47ee9ab95662838da
authorTamas TEVESZ <ice@extreme.hu>
Mon, 15 Mar 2010 22:12:24 +0000 (15 23:12 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Wed, 17 Mar 2010 10:12:53 +0000 (17 11:12 +0100)
tree68482325af9af56e57f4048817c1daa81a792274
parent833128385f3de423c203e2aaf7f8a3d725ca0617
simplify WMWritePropListToFile()

remove the choice of atomic/non-atomic writes. firstly, the only users
of non-atomic writes were getstyle and geticonset; secondly, who in their
right minds would ever want non-atomic writes; thirdly, the file system
will screw you anyway *G*.
15 files changed:
WINGs/WINGs/WUtil.h
WINGs/WINGs/proplist-compat.h
WINGs/proplist.c
WINGs/userdefaults.c
WPrefs.app/Menu.c
WPrefs.app/WPrefs.c
src/dialog.c
src/misc.c
src/screen.c
util/convertfonts.c
util/geticonset.c
util/getstyle.c
util/seticons.c
util/setstyle.c
util/wdwrite.c