From fb6ce753e826893718b3c08969d2356086b68083 Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Wed, 22 May 2013 11:07:46 +0000 Subject: [PATCH] 6325: Cannot right-click on tables in Quick Views svn: r22407 --- gramps/gui/plug/quick/_quicktable.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gramps/gui/plug/quick/_quicktable.py b/gramps/gui/plug/quick/_quicktable.py index 18630e148..be90a237e 100644 --- a/gramps/gui/plug/quick/_quicktable.py +++ b/gramps/gui/plug/quick/_quicktable.py @@ -124,7 +124,8 @@ class QuickTable(SimpleTable): # you need index, treeview, path, button_code, # func, and event_time if index is not None: - popup = Gtk.Menu() + self.popup = Gtk.Menu() + popup = self.popup if (index is not None and self._link[index]): # See details (edit, etc): objclass, handle = self._link[index]