SVN commit 999875 by tokoe: That was no compile fix... please update your Akonadi M +2 -2 agentmanager.cpp --- trunk/KDE/kdepimlibs/akonadi/agentmanager.cpp #999874:999875 @@ -193,8 +193,8 @@ { AgentType type; type.d->mIdentifier = identifier; - type.d->mName = mManager->agentName( identifier ); - type.d->mDescription = mManager->agentComment( identifier ); + type.d->mName = mManager->agentName( identifier, KGlobal::locale()->language() ); + type.d->mDescription = mManager->agentComment( identifier, KGlobal::locale()->language() ); type.d->mIconName = mManager->agentIcon( identifier ); type.d->mMimeTypes = mManager->agentMimeTypes( identifier ); type.d->mCapabilities = mManager->agentCapabilities( identifier );