fix call to self
This commit is contained in:
parent
9a3505a9e3
commit
0f43fa9840
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ class RosterWindow:
|
|||
groups = [_('Transports')], show = 'offline', status = 'offline',
|
||||
sub = 'from')
|
||||
gajim.contacts.add_contact(account, c)
|
||||
gajim.interface.roster.add_contact_to_roster(transport, account)
|
||||
self.add_contact_to_roster(transport, account)
|
||||
|
||||
def really_remove_contact(self, contact, account):
|
||||
if not gajim.interface.instances.has_key(account):
|
||||
|
|
Loading…
Add table
Reference in a new issue