Changeset 1439 for trunk/dll/mainwnd.c


Ignore:
Timestamp:
Jul 12, 2009, 11:57:04 PM (16 years ago)
Author:
Gregg Young
Message:

Changes to allow high mem loading of dll; Refactor .LONGNAME and .SUBJECT EA fetch to FetchCommonEAs. Add szFSType to FillInRecordFromFSA use to bypass EA scan and size formatting for tree container; Fix labels/FS type to work on scan on NOPRESCAN Drives; Fixed dbl directory names on restore of dir cnrs; (Tickets 47, 339, 363, 368, 369, 370)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/mainwnd.c

    r1438 r1439  
    8989  21 Jun 09 GKY Added drive letter to bitmap buttons in drive bar; Eliminate static drive
    9090                letter windows; Use button ID to identify drive letter for processing.
     91  12 Jul 09 GKY Removed duplicate UM_SETUP2 message from RestoreDirCnrState caused dbl dir
     92                listings in tree
    9193
    9294***********************************************************************/
     
    33253327                  }
    33263328                }
    3327                 if (!PostMsg(hwndCnr, UM_SETUP2, NULL, NULL))
    3328                   WinSendMsg(hwndCnr, UM_SETUP2, NULL, NULL);
     3329                //if (!PostMsg(hwndCnr, UM_SETUP2, NULL, NULL)) //These were being called twice
     3330                //  WinSendMsg(hwndCnr, UM_SETUP2, NULL, NULL); //causing dup dir names in tree
    33293331              }
    33303332            }
Note: See TracChangeset for help on using the changeset viewer.