Fix var usage.

(Commit correct hg rev :-) )
This commit is contained in:
Stephan Erb 2008-06-09 18:31:05 +00:00
parent db5b3c724b
commit 6e442a50c8
1 changed files with 2 additions and 1 deletions

View File

@ -571,7 +571,8 @@ class RosterWindow:
big_brother_jid = big_brother_data['jid']
big_brother_account = big_brother_data['account']
child_iters = self._get_contact_iter(jid, account, model = self.model)
child_iters = self._get_contact_iter(big_brother_jid, big_brother_account,
model = self.model)
parent_iter = self.model.iter_parent(child_iters[0])
parent_type = self.model[parent_iter][C_TYPE]