changeset 1ef19b206056 in /home/hg/repos/gajim

author: Denis Fomin <fomi...@gmail.com>
branches: gtk3
details:http://hg.gajim.org/gajim?cmd=changeset;node=1ef19b206056
description: Fix merged accounts.See [574655470339]

diffstat:

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

diffs (17 lines):

diff -r e6116da6c4a7 -r 1ef19b206056 src/roster_window.py
--- a/src/roster_window.py      Tue Aug 27 23:35:11 2013 +0400
+++ b/src/roster_window.py      Wed Aug 28 10:06:57 2013 +0400
@@ -1470,12 +1470,10 @@
         for acct in gajim.contacts.get_accounts():
             self._iters[acct] = {'account': None, 'groups': {}, 'contacts': {}}
 
-        self._before_fill()
         for acct in gajim.contacts.get_accounts():
             self.add_account(acct)
-            self.add_account_contacts(acct, improve_speed=False,
+            self.add_account_contacts(acct, improve_speed=True,
                 draw_contacts=False)
-        self._after_fill()
 
         # Recalculate column width for ellipsizing
         self.tree.columns_autosize()
_______________________________________________
Commits mailing list
Commits@gajim.org
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to