------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=134907
------- Additional Comments From NewsAssi Gmx net 2007-03-22 20:23 ------- Information from http://bugs.kde.org/show_bug.cgi?id=140955 ------- Additional Comment #2 From Ralf Hildebrandt 2007-01-31 15:44 ------- I manually reverted to kopete 3.5.5+kopete0.12.3-0ubuntu1 and voila, crypto works like a charm again. Make of that what you want :) ------- Additional Comment #3 From Hanns-Martin Kreie 2007-02-01 16:22 ------- I guess the following diff (taken from gentoo work directories) could explain why... --- kopete-3.5.5-r2/work/kopete-3.5.5/kopete/plugins/cryptography/cryptographyp$ +++ kopete-3.5.6/work/kopete-3.5.6/kopete/plugins/cryptography/cryptographyplug$ @ -58,8 +58,9 @ if( !pluginStatic_ ) pluginStatic_=this; - m_inboundHandler = new Kopete::SimpleMessageHandlerFactory( Kopete::Mes$ - Kopete::MessageHandlerFactory::InStageToSent, this, SLOT( slotI$ + m_inboundHandler = 0; +/* m_inboundHandler = new Kopete::SimpleMessageHandlerFactory( Kopete::Mes$ + Kopete::MessageHandlerFactory::InStageToSent, this, SLOT( slotI$ connect( Kopete::ChatSessionManager::self(), SIGNAL( aboutToSend( Kopete::Message & ) ), SLOT( slotOutgoingMessage( Kopete::Message & ) ) ); Is there a special reason for this? Another way of handling messages? Or is this just an erroneous change? ------- Additional Comment #4 From Hanns-Martin Kreie 2007-02-01 17:06 ------- Reversing this (putting the handler line in kopete/plugins/cryptography/cryptographyplugin.cpp back in) makes kopete handle encrypted messages correctly again, without anything blowing up immediately. _______________________________________________ kopete-devel mailing list kopete-devel@kde.org https://mail.kde.org/mailman/listinfo/kopete-devel