Code Cleanup: Data processors

.. still call ride selected when done.
This commit is contained in:
Mark Liversedge
2013-02-10 21:19:25 +00:00
parent d8696debb4
commit ad6d6e040f

View File

@@ -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();
}