summaryrefslogtreecommitdiffstats
path: root/perl-install/printerdrake.pm
diff options
context:
space:
mode:
authorTill Kamppeter <tkamppeter@mandriva.com>2001-08-13 13:24:45 +0000
committerTill Kamppeter <tkamppeter@mandriva.com>2001-08-13 13:24:45 +0000
commit89d28a9d1e54d82143776faceee102bdbe5c0f98 (patch)
treee24df461a3ff07bfef97667d91d669ceb4d82898 /perl-install/printerdrake.pm
parentd1dc0131df41018d4617ed3664f5435ba40381e2 (diff)
downloaddrakx-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/printerdrake.pm')
-rw-r--r--perl-install/printerdrake.pm2
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);
}