Ignore:
Timestamp:
Dec 7, 2005, 1:04:07 PM (18 years ago)
Author:
andree
Message:

Advertise the fact that mindi has failed more prominently by using
function popup_and_OK() rather than log_to_screen() in function
call_mindi_to_supply_boot_disks().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.05/mondo/mondo/common/libmondo-archive.c

    r143 r155  
    10471047        strcpy(tmp, call_program_and_get_last_line_of_output(command));
    10481048        if (strlen(tmp) > 1) {
    1049             log_to_screen(tmp);
     1049            popup_and_OK(tmp);
    10501050        }
    10511051    }
Note: See TracChangeset for help on using the changeset viewer.