Show
Ignore:
Timestamp:
08/30/07 23:03:06 (15 months ago)
Author:
roidelapluie
Message:

0.11.2: re-read resource from config file when we reconnect to server so
that if we modified it in maccount modification window it's tacken into
account

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11.1/src/common/connection.py

    r8635 r8642  
    641641                        self.old_show = show 
    642642                        self.on_purpose = False  
     643                        self.server_resource = gajim.config.get_per('accounts', self.name, 
     644                                'resource') 
    643645                        self.connect_and_init(show, msg, signed) 
    644646