Reversed the patch applied in GIT hash 9e172fa7, 2012-04-04.

The patch disabled the Confirm logout and feedback dialogs.
pull/2/head
Darrell Anderson 12 years ago
parent 3a36b8dd80
commit 5e6882c8f9

@ -36,9 +36,6 @@ SystemDirNotify::SystemDirNotify()
void SystemDirNotify::init()
{
if( mInited )
// FIXME Work around a race condition by inserting kdDebug delay before following
// code is executed -- the root cause of the race should be investigated and fixed.
kdDebug() << "SystemDirNotify::init(" << mInited << ")" << endl;
return;
mInited = true;
KGlobal::dirs()->addResourceType("system_entries",

Loading…
Cancel
Save