Changeset 835


Ignore:
Timestamp:
Sep 15, 2007, 1:41:08 AM (18 years ago)
Author:
Gregg Young
Message:

Make directory in directory containers always defaults to current directory; Increase DosSleep as temp fix for ticket 58; Fix typos

Location:
trunk/dll
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/arccnrs.c

    r814 r835  
    15621562        if (IsFile(filename) == 1) {
    15631563          if (fViewChild && fArcStuffVisible)
    1564             DosSleep(50); //05 Aug 07 GKY 100 // Allow unzip session to finish closing 14 Mar 07 SHL
     1564            DosSleep(100); // Allow unzip session to finish closing 14 Mar 07 SHL
    15651565          WinSendMsg(dcd->hwndCnr, UM_ENTER, MPFROMP(filename), MPVOID);
    15661566        }
  • trunk/dll/dircnrs.c

    r814 r835  
    22302230      case IDM_MKDIR:
    22312231        {
    2232           PCNRITEM pci;
    2233 
    2234           pci = (PCNRITEM) CurrentRecord(hwnd);
     2232         // PCNRITEM pci;
     2233
     2234         // pci = (PCNRITEM) CurrentRecord(hwnd);
    22352235          PMMkDir(dcd->hwndParent,
    2236                   ((pci && (INT) pci != -1) ?
    2237                    pci->pszFileName : dcd->directory), FALSE);
     2236                  (dcd->directory), FALSE);
    22382237        }
    22392238        break;
  • trunk/dll/fm3dll.h

    r834 r835  
    6060  19 Aug 07 SHL Move FILESTOGET_MIN/MAX here
    6161  19 Aug 07 SHL Update SaveDirCnrState return
    62   21 Aug 07 GKY Make Subject column in dircnr sizable and movable from the rigth to the left pane
    63   01 Sep 07 GKY Add xDosSetPathInfo to fix case where FS3 buffer crosses 64k boundry
     62  21 Aug 07 GKY Make Subject column in dircnr sizable and movable from the right to the left pane
     63  01 Sep 07 GKY Add xDosSetPathInfo to fix case where FS3 buffer crosses 64k boundary
    6464
    6565***********************************************************************/
Note: See TracChangeset for help on using the changeset viewer.