clients_icons.typo in preferences. thanks to kovtunos

This commit is contained in:
Denis Fomin
2010-10-17 19:12:13 +04:00
parent fcf9a8e76b
commit 387916f666

View File

@@ -83,7 +83,7 @@ class ClientsIconsPlugin(GajimPlugin):
@log_calls('ClientsIconsPlugin')
def init(self):
self.pos_list = ['after statusicon', 'befor avatar']
self.pos_list = ['after statusicon', 'before avatar']
self.events_handlers = {'presence-received':
(ged.POSTGUI, self.presence_received),
'gc-presence-received':