aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/pkg.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-17 10:47:03 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-17 10:47:03 +0000
commitdfc91285ba090540a78a49604e5401431c028246 (patch)
treec3e89daa7f2469251019e909305049ef490436a7 /Rpmdrake/pkg.pm
parent423594bdbf24abaf05c3991e29f7003a6c4c4a93 (diff)
downloadrpmdrake-dfc91285ba090540a78a49604e5401431c028246.tar
rpmdrake-dfc91285ba090540a78a49604e5401431c028246.tar.gz
rpmdrake-dfc91285ba090540a78a49604e5401431c028246.tar.bz2
rpmdrake-dfc91285ba090540a78a49604e5401431c028246.tar.xz
rpmdrake-dfc91285ba090540a78a49604e5401431c028246.zip
(warn_about_media) do not display any banner when embedded while adding media
Diffstat (limited to 'Rpmdrake/pkg.pm')
-rw-r--r--Rpmdrake/pkg.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rpmdrake/pkg.pm b/Rpmdrake/pkg.pm
index eacfbfa5..0afc831e 100644
--- a/Rpmdrake/pkg.pm
+++ b/Rpmdrake/pkg.pm
@@ -228,7 +228,7 @@ sub warn_about_media {
if (@update_medias > 0) {
if (!$opts->{skip_updating_mu} && !$is_update_media_already_asked) {
$is_update_media_already_asked = 1;
- $::rpmdrake_options{'no-confirmation'} or interactive_msg_with_banner(N("Confirmation"),
+ $::rpmdrake_options{'no-confirmation'} or interactive_msg(N("Confirmation"),
N("I need to contact the mirror to get latest update packages.
Please check that your network is currently running.