summaryrefslogtreecommitdiffstats
path: root/perl-install/printer
diff options
context:
space:
mode:
authorTill Kamppeter <tkamppeter@mandriva.com>2003-08-29 00:02:52 +0000
committerTill Kamppeter <tkamppeter@mandriva.com>2003-08-29 00:02:52 +0000
commitcb0ebbebdd7d31ddd18db3c2def5c5346fc03203 (patch)
treec726665b9ef3b097bba6e960bf22006c46ed5a10 /perl-install/printer
parentb6c65f31df94644fc38abadb11234082c821adff (diff)
downloaddrakx-backup-do-not-use-cb0ebbebdd7d31ddd18db3c2def5c5346fc03203.tar
drakx-backup-do-not-use-cb0ebbebdd7d31ddd18db3c2def5c5346fc03203.tar.gz
drakx-backup-do-not-use-cb0ebbebdd7d31ddd18db3c2def5c5346fc03203.tar.bz2
drakx-backup-do-not-use-cb0ebbebdd7d31ddd18db3c2def5c5346fc03203.tar.xz
drakx-backup-do-not-use-cb0ebbebdd7d31ddd18db3c2def5c5346fc03203.zip
Enabled Wizards in embedded mode. They work there now!
Diffstat (limited to 'perl-install/printer')
-rw-r--r--perl-install/printer/printerdrake.pm4
1 files changed, 2 insertions, 2 deletions
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";