Show
Ignore:
Timestamp:
08/29/07 22:40:32 (15 months ago)
Author:
roidelapluie
Message:

Cleanup connection.connect(). Fix #3061.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11.1/src/roster_window.py

    r7984 r8594  
    13271327                                        name = account_name, show = connection.get_status(), sub = '', 
    13281328                                        status = connection.status, 
    1329                                         resource = gajim.config.get_per('accounts', connection.name, 
    1330                                                 'resource'), 
     1329                                        resource = connection.server_resource, 
    13311330                                        priority = connection.priority, 
    13321331                                        keyID = gajim.config.get_per('accounts', connection.name, 
     
    26602659                                for c in gajim.contacts.get_contact(account, contact.jid): 
    26612660                                        self.remove_contact(c, account) 
    2662                                 gajim.contacts.remove_jid(account, c.jid) 
     2661                                gajim.contacts.remove_jid(account, contact.jid) 
    26632662                                # redraw group rows for contact numbers 
    26642663                                for group in c.groups: