1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 09:03:23 -05:00

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

This commit is contained in:
freesource 2001-12-22 19:32:28 +00:00
parent 4d7f18b315
commit 98e0a3af7d

View File

@ -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");
}