Do not show previously notified addons
svn: r15772
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user