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:
-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'