Add missing braces from commit d41f5217, 2012-05-15.

pull/2/head
Alexander Golubev 11 years ago committed by Darrell Anderson
parent 0ba43923ad
commit bac7ea9a27

@ -35,11 +35,12 @@ SystemDirNotify::SystemDirNotify()
void SystemDirNotify::init()
{
if( mInited )
if( mInited ) {
// FIXME Work around a probable race condition by inserting printf delay before following
// code is executed -- the root cause of the race needs investigation and resolution.
printf("[systemdirnotify] SystemDirNotify::init(mInited)");
return;
}
mInited = true;
TDEGlobal::dirs()->addResourceType("system_entries",
TDEStandardDirs::kde_default("data") + "systemview");

Loading…
Cancel
Save