* src/plugins/CalculateEstimatedDates.py: pass in handle to link

* src/PluginUtils/_PluginWindows.py: New clickable text tests

2007-12-06  Douglas S.Blank  <dblank@cs.brynmawr.edu>


svn: r9449
This commit is contained in:
Doug Blank
2007-12-06 15:56:22 +00:00
parent 8be73592d6
commit 095a4e3172
3 changed files with 75 additions and 10 deletions

View File

@@ -41,6 +41,7 @@ from PluginUtils import Tool, register_tool, PluginWindows, \
import gen.lib
import Config
from BasicUtils import name_displayer
import Errors
#------------------------------------------------------------------------
#
@@ -214,7 +215,7 @@ class CalcToolManagedWindow(PluginWindows.ToolManagedWindowBatch):
added_death = 1
if (added_birth or added_death) and display_details:
self.results_write_link(name_displayer.display(person),
person)
person, person_handle)
if added_birth:
self.results_write(" added birth on %s" % date1)
if added_death: