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

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/caps.py')
-rw-r--r--src/common/caps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/caps.py b/src/common/caps.py
index 0d955e224..00c88b02d 100644
--- a/src/common/caps.py
+++ b/src/common/caps.py
@@ -239,7 +239,7 @@ class ConnectionCaps(object):
if contact is None:
# TODO: a way to put contact not-in-roster
# into Contacts
- return
+ return
# get the caps element
caps = presence.getTag('c')