changeset 7f3d24b0413a in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=7f3d24b0413a
description: fix var name
diffstat:
src/gui_interface.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 0dd103537abc -r 7f3d24b0413a src/gui_interface.py
--- a/src/gui_interface.py Tue Jun 26 17:20:24 2012 -0400
+++ b/src/gui_interface.py Wed Aug 22 11:53:22 2012 +0200
@@ -1163,7 +1163,7 @@
ft = self.instances['file_transfers']
file_props = None
# get the file_props of our session
- file_props = FilesProp.getFileProp(obj.conn.name, sid)
+ file_props = FilesProp.getFileProp(obj.conn.name, obj.sid)
ft.set_status(file_props, 'stop')
file_props.error = -4 # is it the right error code?
ft.show_stopped(obj.jid, file_props, 'Peer cancelled ' +
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits