diff -r 2f259fa3e83a -r 3320e4e6e8bb commonuis/CommonDialogs/src/caknmemoryselectionmodelmultidrive.cpp --- a/commonuis/CommonDialogs/src/caknmemoryselectionmodelmultidrive.cpp Tue Feb 02 01:00:49 2010 +0200 +++ b/commonuis/CommonDialogs/src/caknmemoryselectionmodelmultidrive.cpp Fri Apr 16 15:13:44 2010 +0300 @@ -22,7 +22,6 @@ #include #include #include -#include #include //PathInfo #include // TResourceReader #include //DriveInfo @@ -983,18 +982,18 @@ _LIT( KEmptySpace, " "); itemString.Append( KEmptySpace ); - if( aDriveInfo.iConnectionState == KMountStronglyConnected ) - { + //if( aDriveInfo.iConnectionState == KMountStronglyConnected ) + // { + // D-column icon: Show active icon if drive has no error + // itemString.Append( KTabChar ); + // itemString.AppendFormat( + // KImageHeader, EIconRemoteDriveActive ); + // } + //else // KMountNotConnected + // { // D-column icon: Show active icon if drive has no error - itemString.Append( KTabChar ); - itemString.AppendFormat( - KImageHeader, EIconRemoteDriveActive ); - } - else // KMountNotConnected - { - // D-column icon: Show active icon if drive has no error - itemString.Append( KTabChar ); - } + itemString.Append( KTabChar ); + // } } else {