By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 760
Collapse All | Expand All

(-)a/kioslave/system/kdedmodule/systemdirnotify.cpp (+3 lines)
Lines 36-41 SystemDirNotify::SystemDirNotify() Link Here
36
void SystemDirNotify::init()
36
void SystemDirNotify::init()
37
{
37
{
38
	if( mInited )
38
	if( mInited )
39
		// FIXME Work around a probable race condition by inserting printf delay before following
40
		// code is executed -- the root cause of the race needs investigation and resolution.
41
		printf("[systemdirnotify] SystemDirNotify::init(mInited)");
39
		return;
42
		return;
40
	mInited = true;
43
	mInited = true;
41
	KGlobal::dirs()->addResourceType("system_entries",
44
	KGlobal::dirs()->addResourceType("system_entries",

Return to bug 760