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

This commit is contained in:
Yann Leboulanger 2007-09-07 15:34:36 +00:00
parent 62a78bae76
commit 4ff34b58e5
1 changed files with 1 additions and 2 deletions

View File

@ -286,7 +286,6 @@ class CommandWindow:
self.remove_pulsing() self.remove_pulsing()
self.sending_form_progressbar.hide() self.sending_form_progressbar.hide()
if not self.sessionid:
self.sessionid = command.getAttr('sessionid') self.sessionid = command.getAttr('sessionid')
self.form_status = command.getAttr('status') self.form_status = command.getAttr('status')