Changeset 1446 for trunk/dll/filldir.c


Ignore:
Timestamp:
Jul 23, 2009, 3:33:18 AM (16 years ago)
Author:
Gregg Young
Message:

Fix problem with NOPRESCANDRIVES updating subdirectories with drive icon and full pathname. More streamlining of Tree container scan code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/filldir.c

    r1444 r1446  
    12171217  FILESTATUS4L fsa4;
    12181218  APIRET rc;
    1219   BOOL drivesbuilt = FALSE;
     1219  //BOOL drivesbuilt = FALSE;
    12201220  ULONG startdrive = 3;
    12211221  static BOOL didonce;
     
    14151415  } // for drives
    14161416
    1417   PostMsg(hwndMain, UM_BUILDDRIVEBAR, MPVOID, MPVOID);
    1418   drivesbuilt = TRUE;
     1417  //PostMsg(hwndMain, UM_BUILDDRIVEBAR, MPVOID, MPVOID);
     1418  //drivesbuilt = TRUE;
    14191419
    14201420  // insert the drives
     
    16321632  }
    16331633
    1634   if (!drivesbuilt && hwndMain)
     1634  if (hwndMain)
    16351635    PostMsg(hwndMain, UM_BUILDDRIVEBAR, MPVOID, MPVOID);
    16361636  DosSleep(16);                         // 05 Aug 07 GKY 33
Note: See TracChangeset for help on using the changeset viewer.