Ignore:
Timestamp:
Jul 26, 2007, 1:18:38 AM (17 years ago)
Author:
Bruno Cornec
Message:

Improvements on tape handling (based on patches from Michel Loiseleur <mloiseleur_at_linagora.com>)

File:
1 edited

Legend:

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

    r1548 r1569  
    16311631            if (!ask_me_yes_or_no(tmp)) {
    16321632                bkpinfo->media_device[0] = '\0';
     1633                if (!popup_and_get_string
     1634                    ("Device name?",
     1635                    "What is the /dev entry of your tape streamer?",
     1636                    bkpinfo->media_device, MAX_STR_LEN / 4)) {
     1637                    log_to_screen("User has chosen not to backup the PC");
     1638                    finish(1);
     1639                }
    16331640            }
    16341641            mr_free(tmp);
Note: See TracChangeset for help on using the changeset viewer.