Sigh, when the DIST_LOCAL thing was added, it unfortunately wasn't added

completely.  Take out another gratuitous warning which is omitted when
All is selected and local dist does not exist.
This commit is contained in:
Jordan K. Hubbard
2000-03-18 08:40:39 +00:00
parent 553cdb6fbd
commit 82b13696f8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -828,7 +828,7 @@ distExtract(char *parent, Distribution *me)
msgConfirm("Unable to transfer all components of the %s distribution.\n"
"You may wish to switch media types and try again.\n", me[i].my_name);
}
else {
else if (me[i].my_bit != DIST_LOCAL) {
status = msgYesNo("Unable to transfer the %s distribution from\n%s.\n\n"
"Do you want to try to retrieve it again?",
me[i].my_name, mediaDevice->name);
+1 -1
View File
@@ -828,7 +828,7 @@ distExtract(char *parent, Distribution *me)
msgConfirm("Unable to transfer all components of the %s distribution.\n"
"You may wish to switch media types and try again.\n", me[i].my_name);
}
else {
else if (me[i].my_bit != DIST_LOCAL) {
status = msgYesNo("Unable to transfer the %s distribution from\n%s.\n\n"
"Do you want to try to retrieve it again?",
me[i].my_name, mediaDevice->name);