From 59dd029306b3f62d3bfbae9332540dd65c6b58dc Mon Sep 17 00:00:00 2001 From: Gary Burton Date: Mon, 12 Nov 2007 21:29:28 +0000 Subject: [PATCH] 2007-11-12 Gary Burton * src/ScratchPad.py: fixed a crash when building tooltip. Not enough place holders in format string svn: r9343 --- ChangeLog | 4 ++++ src/ScratchPad.py | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 42622a622..39aa717ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-11-12 Gary Burton + * src/ScratchPad.py: fixed a crash when building tooltip. Not enough + place holders in format string + 2007-11-11 Jim Sack * src/GrampsDb/_WriteGedcom.py: fix #1365 s/SGLS/SLGS/ backport fix from trunk (issue #1364 there). diff --git a/src/ScratchPad.py b/src/ScratchPad.py index 76578e01a..6a2c54f56 100644 --- a/src/ScratchPad.py +++ b/src/ScratchPad.py @@ -719,6 +719,7 @@ class ScratchSourceLink(ScratchPadWrapper): "\t%s:\t%s\n"\ "\t%s:\t%s\n"\ "\t%s:\t%s\n"\ + "\t%s:\t%s\n"\ "\t%s:\t%s" % ( _("Source Link"), _("Title"),escape(base.get_title()),