Changeset 1741 for trunk/dll/collect.c


Ignore:
Timestamp:
Feb 23, 2014, 12:32:04 AM (12 years ago)
Author:
Gregg Young
Message:

Fix warn readonly yes don't ask to work when recursing directories.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/collect.c

    r1702 r1741  
    8383  05 Sep 12 SHL Correct UM_COLLECTFROMFILE bad list file reporting
    8484  13 Dec 13 SHL CollectorCnrWndProc IDM_FILTER: avoid exception on missing fileName
     85  22 Feb 14 GKY Fix warn readonly yes don't ask to work when recursing directories.
    8586
    8687***********************************************************************/
     
    158159#include "excputil.h"                   // xbeginthread
    159160#include "walkem.h"                     // WalkAllDlgProc
     161#include "copyf.h"                      // ignorereadonly
    160162
    161163// Data definitions
     
    640642      case IDM_MCIPLAY:
    641643      case IDM_UPDATE:
     644        if (li->type == IDM_DELETE)
     645          ignorereadonly = FALSE;
    642646        if (PostMsg(hwnd, UM_MASSACTION, mp1, mp2))
    643647          return (MRESULT) TRUE;
     
    23932397                action = UM_MASSACTION;
    23942398                break;
    2395               }
     2399              }
     2400              if (li->type == IDM_DELETE)
     2401                ignorereadonly = FALSE;
    23962402              if (li->type == IDM_SHADOW || li->type == IDM_OBJECT ||
    23972403                  li->type == IDM_SHADOW2)
Note: See TracChangeset for help on using the changeset viewer.