Changeset 1028 for trunk/dll/dircnrs.c


Ignore:
Timestamp:
Jun 21, 2008, 8:35:16 PM (17 years ago)
Author:
Gregg Young
Message:

Fix for bug 237 that is actually correct; code clean up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/dircnrs.c

    r1020 r1028  
    3838  11 May 08 GKY Avoid using stale dcd after free
    3939  11 May 08 SHL Add stale dcd sanity checks
     40  21 Jun 08 GKY Fix columns to honor preferences on new container open.
    4041
    4142***********************************************************************/
     
    15111512        WinEnableMenuItem(DirCnrMenu, IDM_FINDINTREE, (hwndTree != (HWND) 0));
    15121513      }
    1513        AdjustCnrColsForPref(hwnd, NULL, dcd, FALSE);
    1514        SayFilter(WinWindowFromID(WinQueryWindow(hwnd, QW_PARENT),
    1515                                 DIR_FILTER), &dcd->mask, FALSE);
    1516        SaySort(WinWindowFromID(WinQueryWindow(hwnd, QW_PARENT),
    1517                               DIR_SORT), dcd->sortFlags, FALSE);
    1518        SayView(WinWindowFromID(WinQueryWindow(hwnd, QW_PARENT),
    1519                               DIR_VIEW), dcd->flWindowAttr);
     1514      PostMsg(hwnd, UM_SETUP2, MPVOID, MPVOID);
    15201515    }
    15211516    else {
Note: See TracChangeset for help on using the changeset viewer.