Changeset 958 for trunk/dll/dircnrs.c


Ignore:
Timestamp:
Feb 18, 2008, 1:41:39 AM (18 years ago)
Author:
Gregg Young
Message:

Add Unhide menu option every place that has hide (Ticket 218). Use additional xfrees where appropriate.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/dircnrs.c

    r953 r958  
    20732073                                    DIR_FILTER), &dcd->mask, FALSE);
    20742074        }
    2075         break;
     2075        break;
     2076
     2077      case IDM_UNHIDEALL:
     2078        WinSendMsg(hwnd, CM_FILTER, MPFROMP(Filter), MPFROMP(&dcd->mask));
     2079        break;
    20762080
    20772081      case IDM_HIDEALL:
     
    32903294      HWND ret = StartMLEEditor(dcd->hwndParent,
    32913295                                (INT)mp1, (CHAR *)mp2, dcd->hwndFrame);
    3292       if (mp2)
    3293         free((CHAR *)mp2);
     3296      xfree((CHAR *)mp2);
    32943297      return MRFROMLONG(ret);
    32953298    }
Note: See TracChangeset for help on using the changeset viewer.