return after reject()

This commit is contained in:
Sean C. Rhea
2007-02-12 20:25:12 +00:00
parent cf3dcb9ab8
commit b50f13d3fb

View File

@@ -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..."));