Changeset 1477 for trunk/dll/treecnr.c
- Timestamp:
- Nov 15, 2009, 11:17:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/treecnr.c
r1471 r1477 77 77 14 Sep 09 SHL Drop experimental code 78 78 15 Sep 09 SHL Use UM_GREP when passing pathname 79 15 Nov 09 GKY Add semaphore to fix double names in tree container caused by UM_SHOWME 80 before scan completes 79 81 80 82 ***********************************************************************/ … … 646 648 fTopDir = TRUE; 647 649 } 650 DosWaitEventSem(hevInitialCnrScanComplete, SEM_INDEFINITE_WAIT); 648 651 ShowTreeRec(dcd->hwndCnr, (CHAR *)mp1, fCollapseFirst, TRUE); 649 652 PostMsg(hwndTree, WM_COMMAND, MPFROM2SHORT(IDM_UPDATE, 0), MPVOID);
Note:
See TracChangeset
for help on using the changeset viewer.