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();