diff --git a/src/gajim.py b/src/gajim.py index 40caaa21b..2622d49cf 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -1416,8 +1416,8 @@ class Interface: return False def show_systray(self): - self.systray.show_icon() self.systray_enabled = True + self.systray.show_icon() def hide_systray(self): self.systray.hide_icon()