Changeset 1526


Ignore:
Timestamp:
May 29, 2010, 7:27:15 PM (15 years ago)
Author:
Gregg Young
Message:

Yet another attempt to prevent duplicate directory names in the tree by suppressing SHOW_ME during initial drive scan.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/dircnrs.c

    r1521 r1526  
    7474                aren't user settable; realappname should be used for setting applicable to
    7575                one or more miniapp but not to FM/2
    76   17 JAN 10 GKY Changes to get working with Watcom 1.9 Beta (1/16/10). Mostly cast CHAR CONSTANT * as CHAR *.
     76  17 Jan 10 GKY Changes to get working with Watcom 1.9 Beta (1/16/10).
     77                Mostly cast CHAR CONSTANT * as CHAR *.
     78  28 May 10 GKY Yet another attempt to prevent duplicate directory names in the tree by
     79                suppressing SHOW_ME during initial drive scan.
    7780
    7881***********************************************************************/
     
    13831386      PostMsg(hwnd, UM_RESCAN, MPVOID, MPVOID);
    13841387
    1385       if (fSwitchTreeOnFocus && hwndTree && dcd && *dcd->directory) {
     1388      if (!fInitialDriveScan && fSwitchTreeOnFocus && hwndTree && dcd && *dcd->directory) {
    13861389        PSZ pszTempDir = xstrdup(dcd->directory, pszSrcFile, __LINE__);
    13871390        if (pszTempDir) {
Note: See TracChangeset for help on using the changeset viewer.