ClientsIconsPlugin. version 3.0
This commit is contained in:
@@ -162,7 +162,8 @@ class ClientsIconsPlugin(GajimPlugin):
|
|||||||
@log_calls('ClientsIconsPlugin')
|
@log_calls('ClientsIconsPlugin')
|
||||||
def init(self):
|
def init(self):
|
||||||
self.description = _('Shows the client icons in the roster'
|
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.pos_list = [_('after statusicon'), _('before avatar')]
|
||||||
self.events_handlers = {'presence-received':
|
self.events_handlers = {'presence-received':
|
||||||
(ged.POSTGUI, self.presence_received),
|
(ged.POSTGUI, self.presence_received),
|
||||||
|
|||||||
@@ -1,9 +1,10 @@
|
|||||||
[info]
|
[info]
|
||||||
name: Clients icons
|
name: Clients icons
|
||||||
short_name: clients_icons
|
short_name: clients_icons
|
||||||
version: 2.1
|
version: 3.0
|
||||||
description: Shows the client icons in the roster
|
description: Shows the client icons in the roster
|
||||||
and in groupchats.
|
and in groupchats.
|
||||||
|
For icons in tooltip support, you need to install Gajim r14117 and above.
|
||||||
authors = Denis Fomin <fominde@gmail.com>
|
authors = Denis Fomin <fominde@gmail.com>
|
||||||
Artem Klyop <art.klyop@gmail.com>
|
Artem Klyop <art.klyop@gmail.com>
|
||||||
homepage = http://trac-plugins.gajim.org/wiki/ClientsIconsPlugin
|
homepage = http://trac-plugins.gajim.org/wiki/ClientsIconsPlugin
|
||||||
|
|||||||
Reference in New Issue
Block a user