From 341e9cec72dc6dcc88a502637afcee45c603cead Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Fri, 26 Aug 2005 16:44:18 +0000 Subject: - Fixed message window in the case that no local printer was found when running the add printer wizard in beginner's mode (bug #16757). --- perl-install/printer/printerdrake.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/printer') diff --git a/perl-install/printer/printerdrake.pm b/perl-install/printer/printerdrake.pm index dfab0d70f..d42bc1bfd 100644 --- a/perl-install/printer/printerdrake.pm +++ b/perl-install/printer/printerdrake.pm @@ -1580,6 +1580,7 @@ sub setup_local_autoscan { }); return 0 if $device eq ""; } else { + local $::isWizard = 0; $in->ask_warn(N("Printer auto-detection"), N("No printer found!")); return 0; -- cgit v1.2.1