Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2007-09-07 19:34:36 +0400
committerYann Leboulanger <asterix@lagaule.org>2007-09-07 19:34:36 +0400
commit4ff34b58e596017c543fb86333587bf190bee47e (patch)
tree47fd581436e90ac051d4b31df3f66352cfd113cb /src/adhoc_commands.py
parent62a78bae7602ad57d0f5fd10b2394e6155fb3749 (diff)
ad-hoc commands: update sessionid each time we get a reply in case it has changed
Diffstat (limited to 'src/adhoc_commands.py')
-rw-r--r--src/adhoc_commands.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/adhoc_commands.py b/src/adhoc_commands.py
index ecee22521..c2c2282aa 100644
--- a/src/adhoc_commands.py
+++ b/src/adhoc_commands.py
@@ -286,8 +286,7 @@ class CommandWindow:
self.remove_pulsing()
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')