diff options
author | Till Kamppeter <tkamppeter@mandriva.com> | 2003-08-29 00:02:52 +0000 |
---|---|---|
committer | Till Kamppeter <tkamppeter@mandriva.com> | 2003-08-29 00:02:52 +0000 |
commit | cb0ebbebdd7d31ddd18db3c2def5c5346fc03203 (patch) | |
tree | c726665b9ef3b097bba6e960bf22006c46ed5a10 | |
parent | b6c65f31df94644fc38abadb11234082c821adff (diff) | |
download | drakx-cb0ebbebdd7d31ddd18db3c2def5c5346fc03203.tar drakx-cb0ebbebdd7d31ddd18db3c2def5c5346fc03203.tar.gz drakx-cb0ebbebdd7d31ddd18db3c2def5c5346fc03203.tar.bz2 drakx-cb0ebbebdd7d31ddd18db3c2def5c5346fc03203.tar.xz drakx-cb0ebbebdd7d31ddd18db3c2def5c5346fc03203.zip |
Enabled Wizards in embedded mode. They work there now!
-rw-r--r-- | perl-install/printer/printerdrake.pm | 4 |
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"; |