Git commit e91c7f92d5e37229f35e725681881c95c532488f by David Jarvie. Committed on 08/08/2011 at 16:20. Pushed by djarvie into branch '4.7'. Tab -> spaces M +1 -1 kcalcore/filestorage.cpp http://commits.kde.org/kdepimlibs/e91c7f92d5e37229f35e725681881c95c532488f diff --git a/kcalcore/filestorage.cpp b/kcalcore/filestorage.cpp index 0bd86e9..13b7c6e 100644 --- a/kcalcore/filestorage.cpp +++ b/kcalcore/filestorage.cpp @@ -125,7 +125,7 @@ bool FileStorage::load() kDebug() << "Fallback to VCalFormat"; VCalFormat vCal; success = vCal.load( calendar(), d->mFileName ); - productId = vCal.loadedProductId(); + productId = vCal.loadedProductId(); } else { return false; }