Changeset 1778 for trunk/dll/filldir.c
- Timestamp:
- Jun 27, 2014, 12:30:54 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/dll/filldir.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/filldir.c
r1764 r1778 236 236 HAB thab; 237 237 HMQ hmq = (HMQ) 0; 238 //BOOL ok;239 238 static INT ProcessDirCount = 0; 240 239 … … 283 282 DosReleaseMutexSem(hmtxScanning); 284 283 DosPostEventSem(hevTreeCnrScanComplete); 285 if (fInitialDriveScan && fSwitchTree && hwndTree && fSaveState && pszFocusDir) {284 if (fInitialDriveScan && fSwitchTreeOnDirChg && hwndTree && fSaveState && pszFocusDir) { 286 285 // Keep drive tree in sync with directory container 287 286 if (!PostMsg(hwndTree, UM_SHOWME, MPFROMP(pszFocusDir), MPVOID)) … … 290 289 ProcessDirCount = 0; 291 290 FixedVolume = 0; 292 //fInitialDriveScan = FALSE;293 291 } 294 292 # ifdef FORTIFY … … 1534 1532 1535 1533 // move cursor onto the default drive rather than the first drive 1536 if (!fSwitchTree ) {1534 if (!fSwitchTreeOnDirChg) { 1537 1535 pci = (PCNRITEM) WinSendMsg(hwndCnr, 1538 1536 CM_QUERYRECORD, … … 1707 1705 MPFROMP(pci), 1708 1706 MPFROM2SHORT(CMA_NEXT, CMA_ITEMORDER)); 1709 } 1707 } // while pci 1710 1708 1711 1709 if (hwndMain)
Note:
See TracChangeset
for help on using the changeset viewer.
