Change defaults so that new users are not notified about new plugins (before they have even seen the UI). This solves 0004994: Gramp hangs on retriving addons list

svn: r18963
This commit is contained in:
Tim G L Lyons 2012-02-23 20:54:09 +00:00
parent 94f523dfa2
commit d8c1fae4df

View File

@ -128,8 +128,8 @@ register('behavior.addmedia-relative-path', False)
register('behavior.autoload', False)
register('behavior.avg-generation-gap', 20)
register('behavior.betawarn', False)
register('behavior.check-for-updates', 2)
register('behavior.check-for-update-types', ["update", "new"])
register('behavior.check-for-updates', 0)
register('behavior.check-for-update-types', ["new"])
register('behavior.last-check-for-updates', "1970/01/01")
register('behavior.previously-seen-updates', [])
register('behavior.do-not-show-previously-seen-updates', True)