rework transportque for shuttle speed codes, add rusage, cleanup
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / vwindowgui.C
index 985d484bdf4fa224f8abba96d0da7308b7d691bb..52ef387e38dae4295bb698777a7f5839fce105d4 100644 (file)
@@ -489,7 +489,7 @@ void VWindowGUI::stop_transport()
 {
        if( !transport->is_stopped() ) {
                unlock_window();
-               transport->handle_transport(STOP, 1, 0, 0);
+               transport->handle_transport(STOP, 1);
                lock_window("VWindowGUI::panel_stop_transport");
        }
 }