Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Fomin <fominde@gmail.com>2010-10-17 19:12:13 +0400
committerDenis Fomin <fominde@gmail.com>2010-10-17 19:12:13 +0400
commit387916f6663d899758887f5de6893c57e177385a (patch)
tree946b101e25e6369efb72aa4701f8b812600d924f /clients_icons
parentfcf9a8e76bcaf29866feae2abe53dd12d8275f8b (diff)
clients_icons.typo in preferences. thanks to kovtunos
Diffstat (limited to 'clients_icons')
-rw-r--r--clients_icons/clients_icons.py2
1 files changed, 1 insertions, 1 deletions
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':