mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
Code Cleanup: Data processors
.. still call ride selected when done.
This commit is contained in:
@@ -107,7 +107,7 @@ void
|
||||
ManualDataProcessorDialog::okClicked()
|
||||
{
|
||||
if (processor->postProcess((RideFile *)ride->ride(), config) == true) {
|
||||
main->notifyRideSelected(); // XXX to remain compatible with rest of GC for now
|
||||
main->notifyRideSelected(); // to remain compatible with rest of GC for now
|
||||
}
|
||||
accept();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user