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: r18962
This commit is contained in:
		@@ -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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user