6325: Cannot right-click on tables in Quick Views

svn: r22406
This commit is contained in:
Benny Malengier 2013-05-22 11:07:23 +00:00
parent 57d2951cdf
commit 266a2936bf

View File

@ -124,7 +124,8 @@ class QuickTable(SimpleTable):
# you need index, treeview, path, button_code, # you need index, treeview, path, button_code,
# func, and event_time # func, and event_time
if index is not None: if index is not None:
popup = Gtk.Menu() self.popup = Gtk.Menu()
popup = self.popup
if (index is not None and self._link[index]): if (index is not None and self._link[index]):
# See details (edit, etc): # See details (edit, etc):
objclass, handle = self._link[index] objclass, handle = self._link[index]