Changeset 1477 for trunk/dll/treecnr.c


Ignore:
Timestamp:
Nov 15, 2009, 11:17:40 PM (16 years ago)
Author:
Gregg Young
Message:

Added semaphore in UM_SHOWME to prevent dbl directory listings in tree; Ticket 363

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/treecnr.c

    r1471 r1477  
    7777  14 Sep 09 SHL Drop experimental code
    7878  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
    7981
    8082***********************************************************************/
     
    646648          fTopDir = TRUE;
    647649        }
     650    DosWaitEventSem(hevInitialCnrScanComplete, SEM_INDEFINITE_WAIT);
    648651        ShowTreeRec(dcd->hwndCnr, (CHAR *)mp1, fCollapseFirst, TRUE);
    649652        PostMsg(hwndTree, WM_COMMAND, MPFROM2SHORT(IDM_UPDATE, 0), MPVOID);
Note: See TracChangeset for help on using the changeset viewer.