Changeset 8745

Show
Ignore:
Timestamp:
09/07/07 17:36:32 (15 months ago)
Author:
asterix
Message:

ad-hoc commands: update sessionid each time we get a reply in case it has changed

Files:
1 modified

Legend:

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

    r8671 r8745  
    287287                self.sending_form_progressbar.hide() 
    288288 
    289                 if self.sessionid is None: 
    290                         self.sessionid = command.getAttr('sessionid') 
     289                self.sessionid = command.getAttr('sessionid') 
    291290 
    292291                self.form_status = command.getAttr('status')