diff -r 79c49924ae23 -r af3740e3753f mpengine/src/mpsongscanner.cpp --- a/mpengine/src/mpsongscanner.cpp Tue Jul 06 14:13:36 2010 +0300 +++ b/mpengine/src/mpsongscanner.cpp Wed Aug 18 09:46:20 2010 +0300 @@ -64,8 +64,9 @@ this, SLOT( handleScanEnded( int, int ) ), Qt::QueuedConnection ); connect( mMpxHarvesterWrapper, SIGNAL( scanCountChanged( int ) ), this, SIGNAL( scanCountChanged( int ) ), Qt::QueuedConnection ); + // Disk events should be handled asap in order to stop the scan on time connect( mMpxHarvesterWrapper, SIGNAL( diskEvent( MpxDiskEvents ) ), - this, SLOT( handleDiskEvent(MpxDiskEvents) ), Qt::QueuedConnection ); + this, SLOT( handleDiskEvent(MpxDiskEvents) ) ); TX_EXIT }