summaryrefslogtreecommitdiffstats
path: root/deluge/ui/gtk3/peers_tab.py
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/ui/gtk3/peers_tab.py')
-rw-r--r--deluge/ui/gtk3/peers_tab.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deluge/ui/gtk3/peers_tab.py b/deluge/ui/gtk3/peers_tab.py
index 46f8bb4d7..ea4e757ad 100644
--- a/deluge/ui/gtk3/peers_tab.py
+++ b/deluge/ui/gtk3/peers_tab.py
@@ -348,7 +348,7 @@ class PeersTab(Tab):
log.debug('on_button_press_event')
# We only care about right-clicks
if self.torrent_id and event.button == 3:
- self.peer_menu.popup(None, None, None, event.button, event.time)
+ self.peer_menu.popup(None, None, None, None, event.button, event.time)
return True
def _on_query_tooltip(self, widget, x, y, keyboard_tip, tooltip):