Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2012-12-28 00:58:52 +0400
committerYann Leboulanger <asterix@lagaule.org>2012-12-28 00:58:52 +0400
commita8d946bc96e052f682dcddde6e6606bea9b96484 (patch)
tree88366d9d6fcf5ee3dae7694955a17356861a1066 /src/profile_window.py
parentd033e9f60038a18e29704ee1770fbab80b3692b9 (diff)
more GTK3 fixes
Diffstat (limited to 'src/profile_window.py')
-rw-r--r--src/profile_window.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profile_window.py b/src/profile_window.py
index 8b13d4198..058b7295d 100644
--- a/src/profile_window.py
+++ b/src/profile_window.py
@@ -219,7 +219,7 @@ class ProfileWindow:
menu.connect('selection-done', lambda w:w.destroy())
# show the menu
menu.show_all()
- menu.popup(None, None, None, event.button, event.time)
+ menu.popup(None, None, None, None, event.button, event.time)
elif event.button == 1: # left click
self.on_set_avatar_button_clicked(widget)