Fixed clicking on label.

svn: r975
This commit is contained in:
Don Allingham 2002-05-07 02:27:58 +00:00
parent 12d3b5ed7a
commit b8dbf149bf

View File

@ -139,6 +139,8 @@ class PluginDialog:
the dialog box with the description of the selected report"""
data = self.tree.node_get_row_data(node)
if not data:
return
task = data[1]
title = data[0]
doc = data[2]