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

svn: r4433
This commit is contained in:
Martin Hawlisch 2005-04-27 18:28:45 +00:00
parent 90a4bb1557
commit b5c63cf625
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 Martin Hawlisch <Martin.Hawlisch@gmx.de>
* src/EditPerson.py (on_apply_person_clicked): Fix crash when
changing gender caused by a family handle/object mismatch

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