Do not show previously notified addons

svn: r15772
This commit is contained in:
Doug Blank
2010-08-19 01:04:10 +00:00
parent 0fa7b97cf9
commit 88a4bbb926
3 changed files with 45 additions and 19 deletions

View File

@ -130,6 +130,8 @@ register('behavior.betawarn', False)
register('behavior.check-for-updates', 2)
register('behavior.check-for-update-types', ["update", "new"])
register('behavior.last-check-for-updates', "1970/01/01")
register('behavior.previously-seen-updates', [])
register('behavior.do-not-show-previously-seen-updates', True)
register('behavior.database-path', os.path.join( const.HOME_DIR, 'grampsdb'))
register('behavior.date-about-range', 50)
register('behavior.date-after-range', 50)