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:
authorJean-Marie Traissard <jim@lapin.org>2006-10-10 12:05:02 +0400
committerJean-Marie Traissard <jim@lapin.org>2006-10-10 12:05:02 +0400
commit6ab1780bdcac6a55dc2c421b8d2e456bf5b4d1d5 (patch)
tree44425bf67ae67cf816001bf7caa1808d25efb1f3 /src/statusicon.py
parentf66c09129ebd8cef0394cc45a07e70e6beb8a626 (diff)
typo
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 f6e785ce9..4dd11040c 100644
--- a/src/statusicon.py
+++ b/src/statusicon.py
@@ -50,7 +50,7 @@ class StatusIcon(systray.Systray):
self.on_left_click()
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:
return
text = helpers.get_notification_icon_tooltip_text()