mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
return after reject()
This commit is contained in:
@@ -309,6 +309,7 @@ DownloadRideDialog::downloadClicked()
|
||||
tr("Could not open device, ") + device +
|
||||
+ ": " + strerror(errno));
|
||||
reject();
|
||||
return;
|
||||
}
|
||||
pt_make_async(fd);
|
||||
label->setText(tr("Reading version information..."));
|
||||
|
||||
Reference in New Issue
Block a user