Changeset 1652


Ignore:
Timestamp:
Jan 1, 2012, 1:02:38 AM (14 years ago)
Author:
Gregg Young
Message:

Prevent both the "suggest dialog" and the "scan error dialog" from popping up at the same time. One or the other is plenty.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/filldir.c

    r1649 r1652  
    11991199
    12001200    // 13 Oct 09 SHL fixme to be saymsg if ERROR_NOT_READY and first try on volume
    1201     if (rc && rc != ERROR_NO_MORE_FILES) {
     1201    if (rc && rc != ERROR_NO_MORE_FILES && (fDontSuggestAgain || !fInitialDriveScan)) {
    12021202      Dos_Error(MB_ENTER, rc, HWND_DESKTOP, pszSrcFile, __LINE__,
    12031203                GetPString(IDS_CANTFINDDIRTEXT), pszFileSpec);
Note: See TracChangeset for help on using the changeset viewer.