~ubuntu-branches/ubuntu/lucid/kdepim-runtime/lucid-proposed

« back to all changes in this revision

Viewing changes to agents/nepomukfeeder/nepomukfeederagentbase.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2010-01-06 18:57:08 UTC
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20100106185708-ioru05y5juv20vzg
Tags: upstream-4.3.90
ImportĀ upstreamĀ versionĀ 4.3.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
289
289
 
290
290
  // try to obtain a Strigi index manager with a Soprano backend
291
291
  if ( !mStrigiIndexManager && mNeedsStrigi ) {
292
 
    mStrigiIndexManager = Strigi::IndexPluginLoader::createIndexManager( "sopranobackend", 0 );
 
292
    mStrigiIndexManager = Strigi::IndexPluginLoader::createIndexManager( "nepomukbackend", 0 );
293
293
    if ( !mStrigiIndexManager )
294
294
      errorMessages.append( i18n( "Soprano backend for Strigi is not available." ) );
295
295
  }