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>2012-06-01 16:37:52 +0400
committerDenis Fomin <fominde@gmail.com>2012-06-01 16:37:52 +0400
commit81100bb8081a256d9bf7f3ff10b7ffb670a97a50 (patch)
tree6e1db77cc8ad9e1b509c60e02ba122bbbb697ca5
parent21c33fa1d27b57e833760ba98823ce0a219bff49 (diff)
clients_icons. typo
-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 126f1f7..3116e89 100644
--- a/clients_icons/clients_icons.py
+++ b/clients_icons/clients_icons.py
@@ -355,7 +355,7 @@ class ClientsIconsPlugin(GajimPlugin):
if 'pidgin.im' in caps:
caps = 'libpurple'
for client in libpurple_clients:
- if client in contact.resouce.lower():
+ if client in contact.resource.lower():
caps = libpurple_clients[client]
if 'facebook.com' in iq_obj.jid and self.config['show_facebook']:
caps = 'facebook.com'