From 5e6882c8f936caf15cc98409ecac3817bca2cb49 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 6 Apr 2012 18:59:59 -0500 Subject: Reversed the patch applied in GIT hash 9e172fa7, 2012-04-04. The patch disabled the Confirm logout and feedback dialogs. --- kioslave/system/kdedmodule/systemdirnotify.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'kioslave') diff --git a/kioslave/system/kdedmodule/systemdirnotify.cpp b/kioslave/system/kdedmodule/systemdirnotify.cpp index 99b9ac764..162d96621 100644 --- a/kioslave/system/kdedmodule/systemdirnotify.cpp +++ b/kioslave/system/kdedmodule/systemdirnotify.cpp @@ -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", -- cgit v1.2.3