ClientsIcons.full translateble config
This commit is contained in:
@@ -132,7 +132,7 @@ class ClientsIconsPlugin(GajimPlugin):
|
|||||||
|
|
||||||
@log_calls('ClientsIconsPlugin')
|
@log_calls('ClientsIconsPlugin')
|
||||||
def init(self):
|
def init(self):
|
||||||
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),
|
||||||
'gc-presence-received':
|
'gc-presence-received':
|
||||||
|
|||||||
Reference in New Issue
Block a user