]> git.pld-linux.org Git - packages/cjc.git/commitdiff
- fix renaming of unsubscribed persons
authorwrobell <wrobell@pld-linux.org>
Fri, 11 Mar 2005 12:03:51 +0000 (12:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cjc-rename.patch -> 1.1

cjc-rename.patch [new file with mode: 0644]

diff --git a/cjc-rename.patch b/cjc-rename.patch
new file mode 100644 (file)
index 0000000..03dcecc
--- /dev/null
@@ -0,0 +1,11 @@
+--- cjc-0.5.20050125a/cjc/main.py.orig 2005-03-11 12:58:28.700142072 +0100
++++ cjc-0.5.20050125a/cjc/main.py      2005-03-11 12:58:37.671778176 +0100
+@@ -1303,7 +1303,7 @@
+                     ritems=None
+                 if ritems:
+                     if len(ritems)==1:
+-                        return ritems[0].jid
++                        return [ritems[0].jid]
+             try:
+                 return [pyxmpp.JID(name)]
+             except pyxmpp.JIDError:
This page took 0.092491 seconds and 4 git commands to generate.