Ticket #586: qt-light.timer-stop.patch

File qt-light.timer-stop.patch, 513 bytes (added by ewfalor, 13 years ago)
  • qt-light.scm

    old new  
    196196(define (qt:get-directory cap dir #!key parent (options '()))
    197197  (qt:getexistingdirectory parent cap dir (file-dialog-options 'qt:get-directory options)) )
    198198
    199 (! <qt-timer> 'stop
     199(! <qt-timer> stop
    200200   (lambda (self) (qt:stoptimer self)))
    201201
    202 (! <qt-sound> 'stop
     202(! <qt-sound> stop
    203203   (lambda (self) (qt:stopsound self)))
    204204
    205205(define (qt:stop x) (@ x stop))