branches/KDE/3.5/kdelibs/kio/kio

Yakusa yakusa99 at yahoo.com
Tue Dec 6 07:22:05 GMT 2005


Greetings

I gave it a try the patch suggested by Michael Brade
for Kicker crash:

KDirLister::~KDirLister()
{
  kdDebug(7003) << "-KDirLister" << endl;

+  if ( KDirListerCache::s_pSelf )
+  {
     // Stop all running jobs
     stop();
     s_pCache->forgetDirs( this );
+   }

  delete d;
}

But it develop compilation errors:

kdirlister.cpp: In destructor `virtual
KDirLister::~KDirLister()':
kdirlister.cpp:41: error:
`KDirListerCache*KDirListerCache::s_pSelf' is private
kdirlister.cpp:1798: error: within this context
make[3]: *** [kdirlister.lo] Error 1
make[3]: Leaving directory
`/usr/src/kde/kdelibs-3.5.0/kio/kio'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/usr/src/kde/kdelibs-3.5.0/kio'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/usr/src/kde/kdelibs-3.5.0'
make: *** [all] Error 2

I'm not that good in C++, if someone could highlight
the correction, I can retry and let the list know the
result. 

Thank you
Yakusa



		
__________________________________________ 
Yahoo! DSL – Something to write home about. 
Just $16.99/mo. or less. 
dsl.yahoo.com 





More information about the kde-core-devel mailing list