aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--Rpmdrake/pkg.pm2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 362efe4b..b2818112 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@
(needs urpmi 6.11) (#43501)
- do not display any (truncated) banner when embedded while updating
media (like non-embedded case) (#43815)
+- do not display any banner when embedded while adding media
Version 4.18.2 - 10 September 2008, Thierry Vignaud
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.