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-08-23 15:10:30 +0400
committerYann Leboulanger <asterix@lagaule.org>2012-08-23 15:10:30 +0400
commit96dd70050bca1fff7eebae9d0d9ddc12d6c89dbc (patch)
tree3ac48ef45898782bda20b34278167a512a45ca75 /src/statusicon.py
parentb1125bbab88006b4e2c3a4ce73a9050cfe4e3511 (diff)
parentfccf0e2050d1d2f36917b9c03f952af29366dae8 (diff)
Jingle FT is now functionnal!! Thanks Jefry for the long time debugging with me
Diffstat (limited to 'src/statusicon.py')
-rw-r--r--src/statusicon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statusicon.py b/src/statusicon.py
index c129c7899..7a109d97a 100644
--- a/src/statusicon.py
+++ b/src/statusicon.py
@@ -447,7 +447,7 @@ class StatusIcon:
def on_clicked(self, widget, event):
self.on_tray_leave_notify_event(widget, None)
- if event.type != gtk.gdk.BUTTON_PRESS:
+ if event.type_ != gtk.gdk.BUTTON_PRESS:
return
if event.button == 1: # Left click
self.on_left_click()