changeset c262ae0da86d in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=c262ae0da86d
description: fix typo
diffstat:
src/common/connection_handlers_events.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r b26274339110 -r c262ae0da86d src/common/connection_handlers_events.py
--- a/src/common/connection_handlers_events.py Fri Nov 05 22:08:42 2010 +0100
+++ b/src/common/connection_handlers_events.py Sat Nov 06 09:19:20 2010 +0100
@@ -1171,7 +1171,7 @@
def generate(self):
self.conn = self.base_event.conn
self.stanza = self.base_event.stanza
- self.type_ = self.base_event.conn
+ self.type_ = self.base_event.type_
if self.type_ == 'error':
self.error_msg = self.stanza.getErrorMsg()
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits