From ef8a09ce74ad3f0a51484d03fdf009bd5b3677bf Mon Sep 17 00:00:00 2001 From: zautrix Date: Sat, 07 Aug 2004 16:10:09 +0000 Subject: Fix of the syncprofiles --- (limited to 'kabc/resource.cpp') diff --git a/kabc/resource.cpp b/kabc/resource.cpp index d39fd6a..7b91239 100644 --- a/kabc/resource.cpp +++ b/kabc/resource.cpp @@ -37,8 +37,8 @@ Resource::Resource( const KConfig *config, bool syncable ) : KRES::Resource( config ), mAddressBook( 0 ), mSyncProfile( 0 ) { if(syncable == true) { - mSyncProfile = new KSyncProfile( identifier() ); - mSyncProfile->setName(resourceName()); + mSyncProfile = new KSyncProfile( ); + mSyncProfile->setName("pending" /*resourceName()*/); mSyncProfile->readConfig( (KConfig *)config ); } } -- cgit v0.9.0.2