diff --git a/clients_icons/clients_icons.py b/clients_icons/clients_icons.py index f278e38..d630582 100644 --- a/clients_icons/clients_icons.py +++ b/clients_icons/clients_icons.py @@ -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), diff --git a/clients_icons/manifest.ini b/clients_icons/manifest.ini index 0a19257..50e14cc 100644 --- a/clients_icons/manifest.ini +++ b/clients_icons/manifest.ini @@ -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 Artem Klyop homepage = http://trac-plugins.gajim.org/wiki/ClientsIconsPlugin