From 98e0a3af7d86b20a19c90dbe95cd7abc68d23918 Mon Sep 17 00:00:00 2001 From: freesource Date: Sat, 22 Dec 2001 19:32:28 +0000 Subject: [PATCH] Make verbosity 1 for submit of new fs type in filesystem box. --- BootRoot/YardBox.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BootRoot/YardBox.pm b/BootRoot/YardBox.pm index 9a385cc..c36dd3d 100644 --- a/BootRoot/YardBox.pm +++ b/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"); }