2008-01-17 Raphael Ackermann <raphael.ackermann@gmail.com>

* src/ScratchPad.py: remove tooltip for events as it crashes.
    * src/Utils.py: cleanup

svn: r9869
This commit is contained in:
Raphael Ackermann
2008-01-17 20:24:44 +00:00
parent ea262ce318
commit eac853ccb7
3 changed files with 30 additions and 21 deletions

View File

@@ -83,6 +83,7 @@ gender = {
gen.lib.Person.FEMALE : _("female"),
gen.lib.Person.UNKNOWN : _("unknown"),
}
def format_gender( type):
return gender.get(type[0], _("Invalid"))