Git commit 29220de9cfeb9d53ce141e25fd5ea20b244cdf15 by David Jarvie. Committed on 08/08/2011 at 16:21. Pushed by djarvie into branch 'master'. Tab -> spaces M +1 -1 kcalcore/filestorage.cpp http://commits.kde.org/kdepimlibs/29220de9cfeb9d53ce141e25fd5ea20b244cdf15 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; }