* src/gramps_main.py (__init__): Avoid TypeError in schema error message

svn: r4434
This commit is contained in:
Martin Hawlisch 2005-04-27 18:30:57 +00:00
parent 9c92bf317f
commit 62af2a64fc
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-04-27 Martin Hawlisch <Martin.Hawlisch@gmx.de>
* src/gramps_main.py (__init__): Avoid TypeError in schema error
message
2005-04-26 Alex Roitman <shura@gramps-project.org>
* NEWS, configure.in, src/EditPerson.py, src/EditSource.py,
src/FamilyView.py, src/ImageSelect.py, src/Marriage.py,

View File

@ -164,7 +164,7 @@ class Gramps(GrampsDBCallback.GrampsDBCallback):
except Errors.GConfSchemaError, val:
ErrorDialog(_("Configuration error"),
val + _("\n\nPossibly the installation of GRAMPS was incomplete."
str(val) + _("\n\nPossibly the installation of GRAMPS was incomplete."
" Make sure the GConf schema of GRAMPS is properly installed."))
gtk.main_quit()
return