* src/ViewManager.py: new config changes, handle exception

svn: r6442
This commit is contained in:
Don Allingham
2006-04-26 02:14:37 +00:00
parent ad80306897
commit fdada9fe16
2 changed files with 5 additions and 2 deletions

@ -424,7 +424,10 @@ class ViewManager:
GrampsDisplay.url( const.url_mailinglist)
def preferences_activate(self, obj):
GrampsCfg.GrampsPreferences(self.uistate)
try:
GrampsCfg.GrampsPreferences(self.uistate)
except Errors.WindowActiveError:
pass
def report_bug_activate(self, obj):
import GrampsDisplay