diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-06-09 13:42:24 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-06-09 13:42:24 +0200 |
commit | 29550e70a70e1289d79e4f4bc86654f2a8c7d322 (patch) | |
tree | 5d49d3d46a1950bf5fe5935177e73da6308e6241 /apt-pkg/deb/deblistparser.cc | |
parent | e8bd49829b11a07206bc1c3bcf73c42cb979aaf9 (diff) |
cherry pick from lp:~mvo/apt/mvo
Diffstat (limited to 'apt-pkg/deb/deblistparser.cc')
-rw-r--r-- | apt-pkg/deb/deblistparser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/deb/deblistparser.cc b/apt-pkg/deb/deblistparser.cc index b59ae8896..ff6de2d9f 100644 --- a/apt-pkg/deb/deblistparser.cc +++ b/apt-pkg/deb/deblistparser.cc @@ -201,7 +201,7 @@ string debListParser::DescriptionLanguage() if (Section.FindS("Description").empty() == false) return ""; - std::vector<string> const lang = APT::Configuration::getLanguages(); + std::vector<string> const lang = APT::Configuration::getLanguages(true); for (std::vector<string>::const_iterator l = lang.begin(); l != lang.end(); l++) if (Section.FindS(string("Description-").append(*l).c_str()).empty() == false) |