6325: Cannot right-click on tables in Quick Views
svn: r22407
This commit is contained in:
parent
033c551cf2
commit
fb6ce753e8
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user