changeset 778f3f4314f8 in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=778f3f4314f8
description: better test

diffstat:

 src/roster_window.py |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 86508b573578 -r 778f3f4314f8 src/roster_window.py
--- a/src/roster_window.py      Thu Aug 26 17:19:39 2010 +0200
+++ b/src/roster_window.py      Fri Aug 27 11:47:29 2010 +0200
@@ -1747,6 +1747,7 @@
         # Most of the logic SHOULD NOT be done at GUI level
         if account not in gajim.contacts.get_accounts():
             gajim.contacts.add_account(account)
+        if not account in self._iters:
             self._iters[account] = {'account': None, 'groups': {},
                 'contacts': {}}
         if account not in gajim.groups:
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to