typo
This commit is contained in:
parent
f66c09129e
commit
6ab1780bdc
|
@ -50,7 +50,7 @@ class StatusIcon(systray.Systray):
|
||||||
self.on_left_click()
|
self.on_left_click()
|
||||||
|
|
||||||
def set_img(self):
|
def set_img(self):
|
||||||
'''apart from image, we also update tooltip text here'
|
'''apart from image, we also update tooltip text here'''
|
||||||
if not gajim.interface.systray_enabled:
|
if not gajim.interface.systray_enabled:
|
||||||
return
|
return
|
||||||
text = helpers.get_notification_icon_tooltip_text()
|
text = helpers.get_notification_icon_tooltip_text()
|
||||||
|
|
Loading…
Reference in New Issue