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

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

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

Loading…
Cancel
Save