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

List:       kde-commits
Subject:    KDE/kdepim/runtime/plugins (silent)
From:       Sergio Luis Martins <iamsergio () gmail ! com>
Date:       2010-12-06 15:11:51
Message-ID: 20101206151151.3B192AC8A4 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1204271 by smartins:

SVN_SILENT:
One more debug, it can be a virtual collection

 M  +3 -1      akonadi_serializer_kcalcore.cpp  


--- trunk/KDE/kdepim/runtime/plugins/akonadi_serializer_kcalcore.cpp #1204270:1204271
@@ -21,6 +21,7 @@
 
 #include <akonadi/abstractdifferencesreporter.h>
 #include <akonadi/item.h>
+#include <akonadi/collection.h>
 
 #include <KCalCore/Event>
 #include <KCalCore/Todo>
@@ -49,7 +50,8 @@
   Incidence::Ptr i = mFormat.fromString( QString::fromUtf8( data.readAll() ) );
   if ( !i ) {
     kWarning( 5263 ) << "Failed to parse incidence! Item id = " << item.id()
-                     << "Storage collection id " << item.storageCollectionId();
+                     << "Storage collection id " << item.storageCollectionId()
+                     << "parentCollectionId = " << item.parentCollection().id();
     data.seek( 0 );
     kWarning( 5263 ) << QString::fromUtf8( data.readAll() );
     return false;
[prev in list] [next in list] [prev in thread] [next in thread] 

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