changeset 8f1155cc30d5 in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=8f1155cc30d5
description: fix class name

diffstat:

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

diffs (12 lines):

diff -r 3673d343ae76 -r 8f1155cc30d5 src/common/connection_handlers_events.py
--- a/src/common/connection_handlers_events.py  Mon Nov 21 16:30:28 2011 +0100
+++ b/src/common/connection_handlers_events.py  Mon Nov 21 23:51:14 2011 +0100
@@ -2236,7 +2236,7 @@
             self.handle_incoming_pres_event(self.base_event)
         return True
 
-class MessageOutgoingEvent(nec.NetworkIncomingEvent):
+class MessageOutgoingEvent(nec.NetworkOutgoingEvent):
     name = 'message-outgoing'
     base_network_events = []
 
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to