From db5f9bab05b83c38830d81da3995ced5b09d58f7 Mon Sep 17 00:00:00 2001 From: js Date: Sat, 14 Feb 2009 13:01:57 +0000 Subject: [PATCH] statusicon.py was incompatible with r11080. Fixed. --- src/statusicon.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/statusicon.py b/src/statusicon.py index affe80863..050071e78 100644 --- a/src/statusicon.py +++ b/src/statusicon.py @@ -64,10 +64,7 @@ class StatusIcon(systray.Systray): self.unsubscribe_events() def on_status_icon_left_clicked(self, widget): - if len(gajim.events.get_systray_events()) == 0: - self.on_left_click() - else: - self.on_middle_click() + self.on_left_click() def set_img(self): '''apart from image, we also update tooltip text here'''