Fixed clicking on label.
svn: r975
This commit is contained in:
parent
12d3b5ed7a
commit
b8dbf149bf
@ -139,6 +139,8 @@ class PluginDialog:
|
|||||||
the dialog box with the description of the selected report"""
|
the dialog box with the description of the selected report"""
|
||||||
|
|
||||||
data = self.tree.node_get_row_data(node)
|
data = self.tree.node_get_row_data(node)
|
||||||
|
if not data:
|
||||||
|
return
|
||||||
task = data[1]
|
task = data[1]
|
||||||
title = data[0]
|
title = data[0]
|
||||||
doc = data[2]
|
doc = data[2]
|
||||||
|
Loading…
Reference in New Issue
Block a user