Sophie

Sophie

distrib > Mandriva > 2010.1 > i586 > media > main-testing-src > by-pkgid > 2a1cc3a3b6da8f664b332b2653ba07f2 > files > 2

kdepim4-runtime-4.4.9-0.1mdv2010.2.src.rpm

Index: migration/kres/main.cpp
===================================================================
--- migration/kres/main.cpp
+++ migration/kres/main.cpp	2010-03-28 23:42:50.000000000 +0200
@@ -85,9 +85,7 @@
 
   KGlobal::setAllowQuit( true );
   KGlobal::locale()->insertCatalog( "libakonadi" );
-  if ( !Akonadi::Control::start( 0 ) )
-    return 2;
-
+  
   InfoDialog *infoDialog = 0;
   if ( args->isSet( "interactive" ) || args->isSet( "interactive-on-change" ) ) {
     infoDialog = new InfoDialog( args->isSet( "interactive-on-change" ) );