[pybliographer/gtk3: 18/25] index: Fix call to popup menu



commit 006e7be336e26480c920739eea33803972f20aa0
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 b94154c..64ea30f 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]