6325: Cannot right-click on tables in Quick Views
svn: r22406
This commit is contained in:
parent
57d2951cdf
commit
266a2936bf
@ -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…
x
Reference in New Issue
Block a user