default to a useful model id on upgrade

This commit is contained in:
Damien Elmes 2011-04-13 01:36:52 +09:00
parent 6be313bcd3
commit e344e1a6a8

View file

@ -34,7 +34,7 @@ defaultQconf = {
# other options # other options
defaultConf = { defaultConf = {
'currentModelId': None, 'currentModelId': 1,
'currentGroupId': 1, 'currentGroupId': 1,
'nextFid': 1, 'nextFid': 1,
'nextCid': 1, 'nextCid': 1,