Default should be off.

SVN revision: 25090
This commit is contained in:
Kim Woelders 2006-08-24 20:33:46 +00:00
parent 7b44819d0f
commit 6a7bdfd972
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ static const CfgItem MiscCfgItems[] = {
CFG_ITEM_BOOL(Conf, testing.argb_internal_clients, 0),
CFG_ITEM_BOOL(Conf, testing.argb_clients, 0),
CFG_ITEM_BOOL(Conf, testing.argb_clients_inherit_attr, 0),
CFG_ITEM_BOOL(Conf, testing.use_sync, 1),
CFG_ITEM_BOOL(Conf, testing.use_sync, 0),
CFG_ITEM_BOOL(Conf, autosave, 1),
CFG_ITEM_BOOL(Conf, memory_paranoia, 1),