changeset af36de850d22 in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=af36de850d22
description: Fix var name
diffstat:
src/common/connection_handlers_events.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 09de986d003a -r af36de850d22 src/common/connection_handlers_events.py
--- a/src/common/connection_handlers_events.py Fri Dec 03 01:33:12 2010 +0300
+++ b/src/common/connection_handlers_events.py Fri Dec 03 01:54:52 2010 +0300
@@ -1116,7 +1116,7 @@
uri.setData(data.getData())
found = True
if not found:
- self.conn.get_bob_data(uri_data, frm,
+ self.conn.get_bob_data(uri_data, self.fjid,
self.conn._dispatch_gc_msg_with_captcha,
[self.stanza, self.msg_obj], 0)
return
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits