* src/gramps_main.py (__init__): Avoid TypeError in schema error message
svn: r4433
This commit is contained in:
@@ -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>
|
2005-04-26 Martin Hawlisch <Martin.Hawlisch@gmx.de>
|
||||||
* src/EditPerson.py (on_apply_person_clicked): Fix crash when
|
* src/EditPerson.py (on_apply_person_clicked): Fix crash when
|
||||||
changing gender caused by a family handle/object mismatch
|
changing gender caused by a family handle/object mismatch
|
||||||
|
@@ -164,7 +164,7 @@ class Gramps(GrampsDBCallback.GrampsDBCallback):
|
|||||||
|
|
||||||
except Errors.GConfSchemaError, val:
|
except Errors.GConfSchemaError, val:
|
||||||
ErrorDialog(_("Configuration error"),
|
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."))
|
" Make sure the GConf schema of GRAMPS is properly installed."))
|
||||||
gtk.main_quit()
|
gtk.main_quit()
|
||||||
return
|
return
|
||||||
|
Reference in New Issue
Block a user