Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-updates-src > by-pkgid > a6b3f83dd40310882b787655ed960110 > files > 2

kdepim4-runtime-4.4.11.1-0.1.mga1.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" ) );