From cb0ebbebdd7d31ddd18db3c2def5c5346fc03203 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Fri, 29 Aug 2003 00:02:52 +0000 Subject: Enabled Wizards in embedded mode. They work there now! --- perl-install/printer/printerdrake.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/printer/printerdrake.pm') diff --git a/perl-install/printer/printerdrake.pm b/perl-install/printer/printerdrake.pm index daad043e0..27edd9957 100644 --- a/perl-install/printer/printerdrake.pm +++ b/perl-install/printer/printerdrake.pm @@ -3874,8 +3874,8 @@ sub add_printer { $printer->{OLD_QUEUE} = $printer->{QUEUE} = $queue; #- Do all the configuration steps for a new queue step_0: - if (!$::isEmbedded && !$::isInstall && - #if ((!$::isInstall) && + #if (!$::isEmbedded && !$::isInstall && + if ((!$::isInstall) && $in->isa('interactive::gtk')) { # Enter wizard mode $::Wizard_pix_up = "wiz_printerdrake.png"; -- cgit v1.2.1