Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 184dc29f0fa9a69d098beebbba0f9498 > files > 1

kdenetwork-3.5.6-5.1mdv2007.1.src.rpm

--- kopete/plugins/cryptography/cryptographyplugin.cpp	2006/11/17 14:45:37	605617
+++ kopete/plugins/cryptography/cryptographyplugin.cpp	2007/05/06 10:06:31	661656
@@ -58,9 +58,8 @@
 	if( !pluginStatic_ )
 		pluginStatic_=this;
 
-	m_inboundHandler = 0;
-/*	m_inboundHandler = new Kopete::SimpleMessageHandlerFactory( Kopete::Message::Inbound,
-		Kopete::MessageHandlerFactory::InStageToSent, this, SLOT( slotIncomingMessage( Kopete::Message& ) ) );*/
+	m_inboundHandler = new Kopete::SimpleMessageHandlerFactory( Kopete::Message::Inbound,
+		Kopete::MessageHandlerFactory::InStageToSent, this, SLOT( slotIncomingMessage( Kopete::Message& ) ) );
 	connect( Kopete::ChatSessionManager::self(),
 		SIGNAL( aboutToSend( Kopete::Message & ) ),
 		SLOT( slotOutgoingMessage( Kopete::Message & ) ) );