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:36:32 +0400
committerYann Leboulanger <asterix@lagaule.org>2007-09-07 19:36:32 +0400
commit4f5e31e3ffaf429665d15fdaa1e8901383d6667a (patch)
treee714b04e3e27c60651db48e6022a9112f1d0da69
parent959f06517e0ef8fc6fbd2eba4865c6c3cecae70b (diff)
ad-hoc commands: update sessionid each time we get a reply in case it has changed
-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 cb92914ef..2964a14e6 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 self.sessionid is None:
- self.sessionid = command.getAttr('sessionid')
+ self.sessionid = command.getAttr('sessionid')
self.form_status = command.getAttr('status')