* src/gramps_main.py (__init__): Avoid TypeError in schema error message
svn: r4433
This commit is contained in:
parent
90a4bb1557
commit
b5c63cf625
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user