Browse Source

Make verbosity 1 for submit of new fs type in filesystem box.

master
freesource 23 years ago
parent
commit
98e0a3af7d
  1. 3
      BootRoot/YardBox.pm

3
BootRoot/YardBox.pm

@ -450,6 +450,7 @@ sub file_system {
my $submit_b = button(0,1,2,3,"Submit",$table_filesystem);
$submit_b->can_default(1);
$submit_b->grab_default;
# It actually works o.k. with $fs1 (which doesn't belong here).
$fs1->signal_connect("key_press_event", sub {
my $event = pop @_;
if ($event->{'keyval'} == 65293) {
@ -507,7 +508,7 @@ sub file_system {
$main::makefs = $entry[2];
info(1,"Filesystem Command is $entry[2]\n");
info(0,"Filesystem Command is $entry[2]\n");
}

Loading…
Cancel
Save