diff options
author | Till Kamppeter <tkamppeter@mandriva.com> | 2001-08-13 13:24:45 +0000 |
---|---|---|
committer | Till Kamppeter <tkamppeter@mandriva.com> | 2001-08-13 13:24:45 +0000 |
commit | 89d28a9d1e54d82143776faceee102bdbe5c0f98 (patch) | |
tree | e24df461a3ff07bfef97667d91d669ceb4d82898 /perl-install | |
parent | d1dc0131df41018d4617ed3664f5435ba40381e2 (diff) | |
download | drakx-backup-do-not-use-89d28a9d1e54d82143776faceee102bdbe5c0f98.tar drakx-backup-do-not-use-89d28a9d1e54d82143776faceee102bdbe5c0f98.tar.gz drakx-backup-do-not-use-89d28a9d1e54d82143776faceee102bdbe5c0f98.tar.bz2 drakx-backup-do-not-use-89d28a9d1e54d82143776faceee102bdbe5c0f98.tar.xz drakx-backup-do-not-use-89d28a9d1e54d82143776faceee102bdbe5c0f98.zip |
Update printer queue list when exiting during install, so that the "Summary" entry is correct.
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/printerdrake.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/printerdrake.pm b/perl-install/printerdrake.pm index 144fa070b..1fc2f2ff0 100644 --- a/perl-install/printerdrake.pm +++ b/perl-install/printerdrake.pm @@ -1417,7 +1417,7 @@ What do you want to modify on this printer?", } $continue = ($::expert || !$::isInstall); } - if ($continue) { + if (($continue) || ($::isInstall)) { # Reinitialize $printer data structure printer::resetinfo($printer); } |