changeset 21d643964d08 in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=21d643964d08
description: fix var name
diffstat:
src/common/connection_handlers_events.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r b38c28e0fba4 -r 21d643964d08 src/common/connection_handlers_events.py
--- a/src/common/connection_handlers_events.py Wed Oct 20 07:59:34 2010 +0200
+++ b/src/common/connection_handlers_events.py Wed Oct 20 14:54:43 2010 +0200
@@ -1096,7 +1096,7 @@
if uri_data.startswith('cid:'):
uri_data = uri_data[4:]
found = False
- for data in msg.getTags('data',
+ for data in self.stanza.getTags('data',
namespace=xmpp.NS_BOB):
if data.getAttr('cid') == uri_data:
uri.setData(data.getData())
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits