2007-06-17 Alex Roitman <shura@gramps-project.org>

* src/GrampsCfg.py (NameFormatEditDlg.cb_format_changed): Catch
	exception when format string is invalid.



svn: r8571
This commit is contained in:
Alex Roitman
2007-06-17 07:53:45 +00:00
parent e0ce53d154
commit 2dee4a51c7
2 changed files with 11 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2007-06-17 Alex Roitman <shura@gramps-project.org>
* src/GrampsCfg.py (NameFormatEditDlg.cb_format_changed): Catch
exception when format string is invalid.
2007-06-16 Alex Roitman <shura@gramps-project.org>
* src/gramps.py (run): Catch SystemExit exception.
* src/ArgHandler.py: Use sys.exit() for bailing out.