Changeset 1741 for trunk/dll/seeall.c


Ignore:
Timestamp:
Feb 23, 2014, 12:32:04 AM (11 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/seeall.c

    r1722 r1741  
    6161  16 Feb 14 GKY Rework readonly check on delete code so it actually works in a logical way
    6262                and so it works with move to trashcan inabled.
     63  22 Feb 14 GKY Fix warn readonly yes don't ask to work when recursing directories.
    6364
    6465***********************************************************************/
     
    980981          CHAR prompt[CCHMAXPATH * 3];
    981982          APIRET error;
    982           BOOL ignorereadonly = FALSE;
    983983
    984984          for (x = 0; list[x]; x++) {
     
    43464346              case IDM_SHADOW:
    43474347              case IDM_OPENSETTINGS:
    4348               case IDM_OPENDEFAULT:
     4348              case IDM_OPENDEFAULT:
     4349                if (SHORT1FROMMP(mp1) == IDM_DELETE)
     4350                  ignorereadonly = FALSE;
    43494351                if (!PostMsg(pAD->hwndObj, UM_MASSACTION, mp1, MPFROMP(list)))
    43504352                  FreeList(list);
Note: See TracChangeset for help on using the changeset viewer.