* src/ScratchPad.py (ScratchPersonLink.tooltip): fix tooltip for

person


svn: r7011
This commit is contained in:
Don Allingham
2006-07-09 02:47:34 +00:00
parent ad18b4c0f1
commit 846bfd9ab1
3 changed files with 77 additions and 58 deletions

View File

@ -540,7 +540,9 @@ class ScratchPersonLink(ScratchPadWrapper):
def tooltip(self):
global escape
person = self._db.get_person_from_handle(self._obj)
data = pickle.loads(self._obj)
handle = data[2]
person = self._db.get_person_from_handle(handle)
s = "<big><b>%s</b></big>\n\n"\
"\t<b>%s:</b>\t%s\n"\