[pybliographer/wip/gtk3: 18/42] index: Fix call to popup menu
- From: Germán Poo-Caamaño <gpoo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pybliographer/wip/gtk3: 18/42] index: Fix call to popup menu
- Date: Sat, 7 Oct 2017 01:19:11 +0000 (UTC)
commit 3cbb80745f9d9952f8a85c1f1e817425b6c4b34d
Author: Germán Poo-Caamaño <gpoo gnome org>
Date: Mon Jul 22 22:14:44 2013 -0700
index: Fix call to popup menu
Pyblio/GnomeUI/Index.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Pyblio/GnomeUI/Index.py b/Pyblio/GnomeUI/Index.py
index ed74651..9930974 100644
--- a/Pyblio/GnomeUI/Index.py
+++ b/Pyblio/GnomeUI/Index.py
@@ -462,7 +462,7 @@ class Index (Connector.Publisher):
if not (event.type == Gdk.EventType.BUTTON_PRESS and
event.button == 3): return
- self._w_popup.popup (None, None, None, event.button, event.time)
+ self._w_popup.popup (None, None, None, None, event.button, event.time)
return
def entry_new (self, * arg):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]