From b8dbf149bf83ee0d02422e01e55610bb4799f374 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Tue, 7 May 2002 02:27:58 +0000 Subject: [PATCH] Fixed clicking on label. svn: r975 --- gramps/src/Plugins.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gramps/src/Plugins.py b/gramps/src/Plugins.py index cd642aad6..c89584621 100644 --- a/gramps/src/Plugins.py +++ b/gramps/src/Plugins.py @@ -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]