Changeset 1029 for trunk/dll/comp.c


Ignore:
Timestamp:
Jun 23, 2008, 3:30:16 AM (17 years ago)
Author:
Gregg Young
Message:

Fixed early memory free; Added free_... functions to make fortify checking easier; Added fortify scopes; Delete now moves to trash can on systems with the xworkplace trash can installed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/comp.c

    r1017 r1029  
    25742574                }
    25752575                if (fUpdateHideButton) {
    2576                   USHORT state = WinQueryButtonCheckstate(hwnd,COMP_HIDENOTSELECTED);
     2576                  ULONG state = WinQueryButtonCheckstate(hwnd,COMP_HIDENOTSELECTED);
    25772577                  if (state == 1) {
    25782578                    WinCheckButton(hwnd, COMP_HIDENOTSELECTED, 2);
     
    27232723    cmp = INSTDATA(hwnd);
    27242724    if (cmp) {
    2725       USHORT wasHidden = WinQueryButtonCheckstate(hwnd,
     2725      ULONG wasHidden = WinQueryButtonCheckstate(hwnd,
    27262726                                                  COMP_HIDENOTSELECTED);
    27272727
Note: See TracChangeset for help on using the changeset viewer.