Changeset 808 in MondoRescue for trunk/mondo/mondo/common/libmondo-devices.c


Ignore:
Timestamp:
Sep 22, 2006, 11:12:37 PM (18 years ago)
Author:
Bruno Cornec
Message:

merge -r793:807 $SVN_M/branches/stable
src => common for the moment it's easier to manage merges

Location:
trunk/mondo/mondo/common
Files:
1 edited
1 moved

Legend:

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

    r795 r808  
    18231823                    bkpinfo->media_size[i] = atoi(sz_size);
    18241824                }
    1825                 paranoid_free(sz_size);
    1826 
    1827                 if (!popup_and_get_string
    1828                     (_("Prefix."),
    1829                      _("Please enter the prefix that will be prepended to your ISO filename.  Example: machine1 to obtain machine1-[1-9]*.iso files"),
    1830                      bkpinfo->prefix)) {
    1831                     log_to_screen("User has chosen not to backup the PC");
    1832                     finish(1);
    1833                 }
    1834                 log_msg(3, "prefix set to %s", bkpinfo->prefix);
    18351825            } else {
    18361826                for (i = 0; i <= MAX_NOOF_MEDIA; i++) {
     
    18391829            }
    18401830        }
     1831        if (!popup_and_get_string
     1832            ("Prefix.",
     1833             "Please enter the prefix that will be prepended to your ISO filename.  Example: machine1 to obtain machine1-[1-9]*.iso files",
     1834             bkpinfo->prefix, MAX_STR_LEN / 4)) {
     1835            log_to_screen("User has chosen not to backup the PC");
     1836            finish(1);
     1837        }
     1838        log_msg(3, "prefix set to %s", bkpinfo->prefix);
    18411839        break;
    18421840    default:
Note: See TracChangeset for help on using the changeset viewer.