changeset 18561bd7f4ab in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=18561bd7f4ab
description: fix var name. Fixes #6052

diffstat:

 src/common/connection_handlers_events.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r c4b4c5ae247d -r 18561bd7f4ab src/common/connection_handlers_events.py
--- a/src/common/connection_handlers_events.py  Sat Nov 27 19:12:43 2010 +0100
+++ b/src/common/connection_handlers_events.py  Sat Nov 27 19:14:07 2010 +0100
@@ -1445,7 +1445,7 @@
     base_network_events = []
 
     def generate(self):
-        self.atom_entry = atom.OldEntry(node=entry)
+        self.atom_entry = atom.OldEntry(node=self.node)
         return True
 
 class PlainConnectionEvent(nec.NetworkIncomingEvent):
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to