Ignore:
Timestamp:
Sep 22, 2006, 7:28:09 PM (18 years ago)
Author:
Bruno Cornec
Message:

Attempt to fix #6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/mondo/common/libmondo-devices.c

    r787 r804  
    22242224                    bkpinfo->media_size[i] = atoi(sz_size);
    22252225                }
    2226                 if (!popup_and_get_string
    2227                     ("Prefix.",
    2228                      "Please enter the prefix that will be prepended to your ISO filename.  Example: machine1 to obtain machine1-[1-9]*.iso files",
    2229                      bkpinfo->prefix, MAX_STR_LEN / 4)) {
    2230                     log_to_screen("User has chosen not to backup the PC");
    2231                     finish(1);
    2232                 }
    2233                 log_msg(3, "prefix set to %s", bkpinfo->prefix);
    22342226            } else {
    22352227                for (i = 0; i <= MAX_NOOF_MEDIA; i++) {
     
    22382230            }
    22392231        }
     2232        if (!popup_and_get_string
     2233            ("Prefix.",
     2234             "Please enter the prefix that will be prepended to your ISO filename.  Example: machine1 to obtain machine1-[1-9]*.iso files",
     2235             bkpinfo->prefix, MAX_STR_LEN / 4)) {
     2236            log_to_screen("User has chosen not to backup the PC");
     2237            finish(1);
     2238        }
     2239        log_msg(3, "prefix set to %s", bkpinfo->prefix);
    22402240        break;
    22412241    default:
Note: See TracChangeset for help on using the changeset viewer.