[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepim
From:       Volker Krause <vkrause () kde ! org>
Date:       2010-12-02 8:53:51
Message-ID: 20101202085351.268BEAC8A4 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1202763 by vkrause:

Don't mix up DLL and catalog names.


 M  +3 -1      korganizer/korgac/korgacagent.cpp  
 M  +1 -1      runtime/agents/newmailnotifier/newmailnotifieragent.cpp  
 M  +2 -2      runtime/resources/agentserver/dummy_main.cpp  


--- trunk/KDE/kdepim/korganizer/korgac/korgacagent.cpp #1202762:1202763
@@ -21,6 +21,7 @@
 #include "koalarmclient.h"
 
 #include <akonadi/agentfactory.h>
+#include <KLocale>
 
 using namespace Akonadi;
 
@@ -28,6 +29,7 @@
   AgentBase(id),
   m_alarmClient( new KOAlarmClient )
 {
+  KGlobal::locale()->insertCatalog( "korganizer" );
 }
 
 KorgacAgent::~KorgacAgent()
@@ -35,6 +37,6 @@
   delete m_alarmClient;
 }
 
-AKONADI_AGENT_FACTORY( KorgacAgent, korganizer )
+AKONADI_AGENT_FACTORY( KorgacAgent, korgac )
 
 #include "korgacagent.moc"
--- trunk/KDE/kdepim/runtime/agents/newmailnotifier/newmailnotifieragent.cpp #1202762:1202763
@@ -76,6 +76,6 @@
   m_newMails.clear();
 }
 
-AKONADI_AGENT_FACTORY( NewMailNotifierAgent, newmailnotifier );
+AKONADI_AGENT_FACTORY( NewMailNotifierAgent, newmailnotifieragent );
 
 #include "newmailnotifieragent.moc"
--- trunk/KDE/kdepim/runtime/resources/agentserver/dummy_main.cpp #1202762:1202763
@@ -24,8 +24,8 @@
 Q_IMPORT_PLUGIN(akonadi_maildir_resource)
 Q_IMPORT_PLUGIN(akonadi_akonotes_resource)
 Q_IMPORT_PLUGIN(akonadi_contacts_resource)
-Q_IMPORT_PLUGIN(korganizer)
-Q_IMPORT_PLUGIN(newmailnotifier)
+Q_IMPORT_PLUGIN(korgac)
+Q_IMPORT_PLUGIN(newmailnotifieragent)
 
 Q_IMPORT_PLUGIN(akonadi_serializer_mail)
 Q_IMPORT_PLUGIN(akonadi_serializer_addressee)
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic