Ignore:
Timestamp:
Sep 1, 2007, 12:07:44 AM (17 years ago)
Author:
Bruno Cornec
Message:

manual_cd_tray => manual_tray and usage of conf file for that field

File:
1 edited

Legend:

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

    r1549 r1609  
    902902 * - @c bkpinfo->isodir
    903903 * - @c bkpinfo->prefix
    904  * - @c bkpinfo->manual_cd_tray
     904 * - @c bkpinfo->manual_tray
    905905 * - @c bkpinfo->media_device
    906906 * - @c bkpinfo->nfs_remote_dir
     
    946946        mr_free(tmp);
    947947
    948         if (bkpinfo->manual_cd_tray) {
     948        if (bkpinfo->manual_tray) {
    949949            popup_and_OK(_("Please push CD tray closed."));
    950950        }
Note: See TracChangeset for help on using the changeset viewer.