Changeset 1549 for trunk/dll/treecnr.c
- Timestamp:
- Oct 25, 2010, 3:08:51 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/treecnr.c
r1548 r1549 358 358 pciToSelect = pci; 359 359 if (pciToSelect && (INT) pciToSelect != -1) { 360 //DbgMsg(pszSrcFile, __LINE__, "TOP %i %i", fTopDir, maketop); 360 361 if (fTopDir || maketop) { 361 362 ShowCnrRecord(hwndCnr, (PMINIRECORDCORE) pciToSelect); 362 363 } 363 364 if (fSwitchTreeExpand && ~pciToSelect->rc.flRecordAttr & CRA_EXPANDED) 364 365 WinSendMsg(hwndCnr, CM_EXPANDTREE, MPFROMP(pciToSelect), MPVOID); 365 366 if (!quickbail) { 366 367 WinSendMsg(hwndCnr, … … 3276 3277 WinSetWindowText(WinWindowFromID(hwndFrame, FID_TITLEBAR), "VTree"); 3277 3278 FixSwitchList(hwndFrame, "VTree"); 3278 fInitialDriveScan = FALSE;3279 DosPostEventSem(hevInitialCnrScanComplete);3280 DosCloseEventSem(hevInitialCnrScanComplete);3281 3279 } 3282 3280 else {
Note:
See TracChangeset
for help on using the changeset viewer.