Ignore:
Timestamp:
May 29, 2008, 7:36:58 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • Change order of test do that when restoring, cdrecord is really not called ;-)
  • mondoarchive already configures correctly the device name to non-rew so avoid doing it again at restore time
  • Fix automatic mode handling which was exiting in fact.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.6/mondo/src/mondorestore/mondorestore.c

    r1968 r1969  
    270270    if (c == 'I' || c == 'C') {
    271271        interactively_obtain_media_parameters_from_user(FALSE);
     272    } else if (c == 'N') {
     273        // Auto mode nothing special to do
    272274    } else {
    273275        popup_and_OK("No restoring or comparing will take place today.");
Note: See TracChangeset for help on using the changeset viewer.