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:
authorYann Leboulanger <asterix@lagaule.org>2010-08-12 23:42:15 +0400
committerYann Leboulanger <asterix@lagaule.org>2010-08-12 23:42:15 +0400
commit72e75131b3141d1c2d4377547be85d65e2b7c2da (patch)
treeac1204b351ad4c025f8b4ab29f4e8e4aaa0b4145 /src/common/dataforms.py
parent685a7a6e7f4bc59283c82cee9eea9759d24b5282 (diff)
another missimg return
Diffstat (limited to 'src/common/dataforms.py')
-rw-r--r--src/common/dataforms.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/dataforms.py b/src/common/dataforms.py
index 8163e0ae1..727f4e97a 100644
--- a/src/common/dataforms.py
+++ b/src/common/dataforms.py
@@ -469,6 +469,7 @@ class ListMultiField(ListField):
return True
if not self.values:
return False
+ return True
class JidMultiField(ListMultiField):
"""