summaryrefslogtreecommitdiffstats
path: root/urpm/msg.pm
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-09-07 03:27:11 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-09-07 05:20:18 +0200
commitede9789afc616a0eef512a879aafca31d75f297e (patch)
tree3796ba8d348bf3edb0bdcf556a7be041e15b016c /urpm/msg.pm
parentd044f73e552be6b10cc8778b832969584e087cc7 (diff)
downloadurpmi-ede9789afc616a0eef512a879aafca31d75f297e.tar
urpmi-ede9789afc616a0eef512a879aafca31d75f297e.tar.gz
urpmi-ede9789afc616a0eef512a879aafca31d75f297e.tar.bz2
urpmi-ede9789afc616a0eef512a879aafca31d75f297e.tar.xz
urpmi-ede9789afc616a0eef512a879aafca31d75f297e.zip
adapt to URPM-5.00
Diffstat (limited to 'urpm/msg.pm')
-rw-r--r--urpm/msg.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/msg.pm b/urpm/msg.pm
index 94fc1c6e..82457408 100644
--- a/urpm/msg.pm
+++ b/urpm/msg.pm
@@ -166,7 +166,7 @@ sub _format_line_selected_packages {
my @l = map {
my @name_and_evr = $_->fullname;
- if ($state->{selected}{$_->id}{suggested}) {
+ if ($state->{selected}{$_->id}{recommended}) {
push @name_and_evr, N("(suggested)");
}
\@name_and_evr;