Added option of what addons to check (new, updated, or both)

svn: r15727
This commit is contained in:
Doug Blank
2010-08-13 21:44:21 +00:00
parent f3c614add6
commit 3551fe851a
3 changed files with 51 additions and 13 deletions

View File

@ -128,6 +128,7 @@ register('behavior.autoload', False)
register('behavior.avg-generation-gap', 20)
register('behavior.betawarn', False)
register('behavior.check-for-updates', 0)
register('behavior.check-for-update-types', ["update"])
register('behavior.last-check-for-updates', "1970/01/01")
register('behavior.database-path', os.path.join( const.HOME_DIR, 'grampsdb'))
register('behavior.date-about-range', 50)