Changeset 1741 for trunk/dll/treecnr.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/treecnr.c

    r1675 r1741  
    9090  30 Dec 12 GKY Changed refresh removable media to query LVM directly to call Rediscover_PRMs (Ticket 472);
    9191                Also added a tree rescan following volume detach.
     92  22 Feb 14 GKY Fix warn readonly yes don't ask to work when recursing directories.
    9293
    9394***********************************************************************/
     
    157158#include "init.h"                       // GetTidForWindow
    158159#include "excputil.h"                   // xbeginthread
     160#include "copyf.h"                      // ignorereadonly
    159161
    160162// Data definitions
     
    903905      case IDM_DELETE:
    904906      case IDM_PERMDELETE:
     907        if (li->type == IDM_DELETE)
     908          ignorereadonly = FALSE;
    905909        if (PostMsg(hwnd, UM_MASSACTION, mp1, mp2))
    906910          return (MRESULT) TRUE;
     
    30053009            case IDM_MCIPLAY:
    30063010              action = UM_MASSACTION;
    3007             }
     3011            }
     3012            if (li->type == IDM_DELETE)
     3013              ignorereadonly = FALSE;
    30083014            if (SHORT1FROMMP(mp1) == IDM_SHADOW ||
    30093015                SHORT1FROMMP(mp1) == IDM_SHADOW2)
Note: See TracChangeset for help on using the changeset viewer.