Show
Ignore:
Timestamp:
08/31/07 18:45:44 (15 months ago)
Author:
asterix
Message:

Fix Account Creat Wizzard, let it not use a removed function.

Files:
1 modified

Legend:

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

    r8672 r8676  
    194194                                                        % (data[0], data[3]))) 
    195195                                                return 
    196                                         req = data[1].asDict() 
     196                                        req = data[1] 
    197197                                        req['username'] = self.new_account_info['name'] 
    198198                                        req['password'] = self.new_account_info['password'] 
     
    222222                                        return 
    223223                                is_form = data[2] 
    224                                 if is_form: 
    225                                         conf = data[1] 
    226                                 else: 
    227                                         conf = data[1].asDict() 
     224                                conf = data[1] 
    228225                                self.dispatch('REGISTER_AGENT_INFO', (data[0], conf, is_form)) 
    229226                elif realm == common.xmpp.NS_PRIVACY: