From 455c17603f964b81334740b551252d96a997941d Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Mon, 26 Aug 2002 22:30:56 +0000 Subject: - Ask user whether he really wants to set up printing when he starts Printerdrake for the first time. - Added titles ("Printerdrake") to all wait messages. --- perl-install/standalone/printerdrake | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/printerdrake b/perl-install/standalone/printerdrake index 4917ea8c8..cca086b3e 100755 --- a/perl-install/standalone/printerdrake +++ b/perl-install/standalone/printerdrake @@ -41,11 +41,13 @@ my $in = 'interactive'->vnew('su', 'printer'); my $commandline = $_; +exit 0 if !printerdrake::first_time_dialog($printer, $in, 1); + { # Check whether Foomatic is installed and install it if necessary printerdrake::install_foomatic($in); -my $w = $in->wait_message('', _("Reading printer data ...")); +my $w = $in->wait_message(_("Printerdrake"), _("Reading printer data ...")); # Get what was installed before eval { $printer = printer::getinfo('') }; # Choose the spooler by command line options -- cgit v1.2.1