ClientsIconsPlugin. version 3.0

This commit is contained in:
Denis Fomin
2012-11-15 12:19:05 +04:00
parent 6e88675b71
commit 5d2fef7e05
2 changed files with 4 additions and 2 deletions

View File

@@ -162,7 +162,8 @@ class ClientsIconsPlugin(GajimPlugin):
@log_calls('ClientsIconsPlugin')
def init(self):
self.description = _('Shows the client icons in the roster'
' and in groupchats.\nDepends: Gajim > r12506')
' and in groupchats.\nFor icons in tooltip support, '
'you need to install Gajim r14117 and above.')
self.pos_list = [_('after statusicon'), _('before avatar')]
self.events_handlers = {'presence-received':
(ged.POSTGUI, self.presence_received),