Ignore:
Timestamp:
Jul 13, 2017, 4:16:49 AM (8 years ago)
Author:
stevenhl
Message:

Import modifications from cwmm-eCS-Refresh-13_05_05.zip dated 2005-05-13

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mediafolder/c/mediafldr/mediadialogprocs.cpp

    r2 r3  
    16981698          }
    16991699        }
    1700         /* Start timer which triggers time calculation */
    1701         WinStartTimer(WinQueryAnchorBlock(hwnd),hwnd, IDTIMER_STATUS, 300);
     1700        /*
     1701           FIXME:
     1702           Start timer which triggers time calculation. The timer is rather long so the objects may
     1703           awake first. This is not yet bullet proof, because if there're a lot of objects in the folder
     1704           the time will be too short. */
     1705        WinStartTimer(WinQueryAnchorBlock(hwnd),hwnd, IDTIMER_STATUS, 5000);
    17021706        return (MRESULT)FALSE;
    17031707      }
Note: See TracChangeset for help on using the changeset viewer.