[Bug 265491] kmail --composer warning when kontact is running

Elias Probst mail at eliasprobst.eu
Wed Apr 6 11:48:12 BST 2011


https://bugs.kde.org/show_bug.cgi?id=265491





--- Comment #4 from Elias Probst <mail eliasprobst eu>  2011-04-06 12:48:11 ---
sergio proposed the following fix on #kontact:

diff --git a/kontact/plugins/kmail/kmail_plugin.cpp
b/kontact/plugins/kmail/kmail_plugin.cpp
index 1e1b750..8a289c8 100644
--- a/kontact/plugins/kmail/kmail_plugin.cpp
+++ b/kontact/plugins/kmail/kmail_plugin.cpp
@@ -50,7 +50,7 @@ using namespace KCalCore;
 EXPORT_KONTACT_PLUGIN( KMailPlugin, kmail )

 KMailPlugin::KMailPlugin( KontactInterface::Core *core, const QVariantList & )
-  : KontactInterface::Plugin( core, core, "kmail" ), m_instance( 0 )
+  : KontactInterface::Plugin( core, core, "kmail2" ), m_instance( 0 )
 {
   setComponentData( KontactPluginFactory::componentData() );

It works as expected for me, but should be double-checked by a KMail dev for
possible sideeffect.s

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list