2005-08-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk>

* src/ToolTips.py: tooltip fix


svn: r5111
This commit is contained in:
Richard Taylor 2005-08-19 15:27:25 +00:00
parent f93ed35eff
commit 9de8ebdfbf
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2005-08-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
* src/ToolTips.py: tooltip fix
2005-08-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk> 2005-08-17 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
* src/DisplayModels.py: call new tooltips generator * src/DisplayModels.py: call new tooltips generator
* src/PeopleModel.py: call new tooltips generator * src/PeopleModel.py: call new tooltips generator

View File

@ -194,7 +194,7 @@ class PersonTip:
_("Birth"),birth_str) _("Birth"),birth_str)
if len(self._obj.get_source_references()) > 0: if len(self._obj.get_source_references()) > 0:
psrc_ref = person.get_source_references()[0] psrc_ref = self._obj.get_source_references()[0]
psrc_id = psrc_ref.get_base_handle() psrc_id = psrc_ref.get_base_handle()
psrc = self._db.get_source_from_handle(psrc_id) psrc = self._db.get_source_from_handle(psrc_id)