From kde-commits Thu Sep 08 16:14:14 2005 From: Will Stephenson Date: Thu, 08 Sep 2005 16:14:14 +0000 To: kde-commits Subject: branches/KDE/3.5/kdepim/kresources/groupwise Message-Id: <1126196054.719918.28927.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=112619607305130 SVN commit 458598 by wstephens: Oops again, these changes fix the summary view switch disables the calendar bug. M +2 -2 kabc_resourcegroupwise.cpp M +2 -2 kcal_resourcegroupwise.cpp --- branches/KDE/3.5/kdepim/kresources/groupwise/kabc_resourcegroupwise.cpp #458597:458598 @@ -237,8 +237,8 @@ kdDebug() << "ResourceGroupwise::asyncLoad()" << endl; if ( mDownloadJob ) { - kdWarning() << "Download still in progress" << endl; - return false; + kdDebug() << "Download still in progress" << endl; + return true; } loadCache(); --- branches/KDE/3.5/kdepim/kresources/groupwise/kcal_resourcegroupwise.cpp #458597:458598 @@ -132,8 +132,8 @@ } if ( mDownloadJob ) { - kdWarning() << "Download still in progress" << endl; - return false; + kdDebug() << "Download still in progress" << endl; + return true; } mCalendar.close();