From 99d406c8bf806562f9febe858557877570dc84ff Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 7 Dec 2009 18:50:32 +0100 Subject: [PATCH] add some missing argument when adding a new row due to new geolocation column. Fixes #5491 --- src/roster_window.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/roster_window.py b/src/roster_window.py index 0a8349689..cedf24d67 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -279,7 +279,7 @@ class RosterWindow: self.model.append(None, [ gajim.interface.jabber_state_images['16'][show], _('Merged accounts'), 'account', '', 'all', - None, None, None, None, None]) + None, None, None, None, None, None]) else: show = gajim.SHOW_LIST[gajim.connections[account].connected] our_jid = gajim.get_jid_from_account(account) @@ -356,7 +356,8 @@ class RosterWindow: for child_iter in parent_iters: it = self.model.append(child_iter, (None, contact.get_shown_name(), - 'contact', contact.jid, account, None, None, None, None, None)) + 'contact', contact.jid, account, None, None, None, None, None, + None)) added_iters.append(it) else: # We are a normal contact. Add us to our groups.