From 387916f6663d899758887f5de6893c57e177385a Mon Sep 17 00:00:00 2001 From: Denis Fomin Date: Sun, 17 Oct 2010 19:12:13 +0400 Subject: [PATCH] clients_icons.typo in preferences. thanks to kovtunos --- clients_icons/clients_icons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients_icons/clients_icons.py b/clients_icons/clients_icons.py index 65f89c4..718ac5f 100644 --- a/clients_icons/clients_icons.py +++ b/clients_icons/clients_icons.py @@ -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':