gajim: fix using change nick button in groupchats

2009-07-20 Thread Yann Leboulanger
changeset 7f7118c375a1 in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=7f7118c375a1 description: fix using change nick button in groupchats diffstat: src/dialogs.py | 32 src/gajim.py | 10 -- src/grou

gajim: copy list before iterating on it in case we modify it.

2009-07-20 Thread Yann Leboulanger
changeset 44fb9b10259e in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=44fb9b10259e description: copy list before iterating on it in case we modify it. diffstat: src/common/contacts.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): dif

gajim: stupid me, calling .keys() on a dict ...

2009-07-20 Thread Yann Leboulanger
changeset 65e55d533cbc in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=65e55d533cbc description: stupid me, calling .keys() on a dict ... diffstat: src/common/contacts.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r c08280b34

gajim: prevent traceback when we remove contacts in iter_contact...

2009-07-20 Thread Yann Leboulanger
changeset c08280b346b5 in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=c08280b346b5 description: prevent traceback when we remove contacts in iter_contacts() loop. diffstat: src/common/contacts.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (1

gajim: * fixed a bug (when we try to remove a jid from roster wi...

2009-07-20 Thread Anaƫl Verrier
changeset d771ec6ea227 in /home/hg/repos/gajim details:http://hg.gajim.org/gajim?cmd=changeset;node=d771ec6ea227 description: * fixed a bug (when we try to remove a jid from roster window) diffstat: src/common/connection_handlers.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) d