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),

View File

@@ -1,9 +1,10 @@
[info]
name: Clients icons
short_name: clients_icons
version: 2.1
version: 3.0
description: Shows the client icons in the roster
and in groupchats.
For icons in tooltip support, you need to install Gajim r14117 and above.
authors = Denis Fomin <fominde@gmail.com>
Artem Klyop <art.klyop@gmail.com>
homepage = http://trac-plugins.gajim.org/wiki/ClientsIconsPlugin