no, keep numbackups at 30

This commit is contained in:
Damien Elmes 2009-05-27 01:40:13 +09:00
parent 6d77eb73a2
commit 3335f48b2e

View file

@ -90,7 +90,7 @@ class Config(dict):
'showProgress': True, 'showProgress': True,
'recentColours': ["#000000", "#0000ff"], 'recentColours': ["#000000", "#0000ff"],
'preventEditUntilAnswer': False, 'preventEditUntilAnswer': False,
'numBackups': 20, 'numBackups': 30,
} }
for (k,v) in fields.items(): for (k,v) in fields.items():
if not self.has_key(k): if not self.has_key(k):