]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/timer.cpp
applied SF patch # 826838 to fix removal of -psn_* command line argument
[wxWidgets.git] / src / mac / carbon / timer.cpp
index 3d43a7ca27f3846ecadd399b701452a0efa4fd93..1c153832902fad7a8471270aed783778ee736f78 100644 (file)
@@ -120,12 +120,11 @@ bool wxTimer::Start(int milliseconds,bool mode)
     m_info->m_timer = this ;
     InsXTime((QElemPtr) &m_info->m_task ) ;
     PrimeTime( (QElemPtr) &m_info->m_task , m_milli ) ;
-    return FALSE;
+    return TRUE;
 }
 
 void wxTimer::Stop()
 {
-    m_milli = 0 ;
     if ( m_info->m_task.tmAddr )
     {
         RmvTime(  (QElemPtr) &m_info->m_task ) ;