diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-03-13 14:04:55 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-03-13 14:04:55 +0100 |
commit | 90ff41f8a6fdd304ac645f8279464462ca36fccd (patch) | |
tree | 1913efb4115e5bd248393230d77c3dfb2647c1f4 /apt-pkg/init.cc | |
parent | ad08bf610f0849ddd877abab0f2020dd1ae52dd1 (diff) |
* apt-pkg/indexfile.cc:
- fix problem overwriting APT::Acquire::Translation
* doc/examples/configure-index:
- document APT::Acquire::Translation
Diffstat (limited to 'apt-pkg/init.cc')
-rw-r--r-- | apt-pkg/init.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apt-pkg/init.cc b/apt-pkg/init.cc index 0be0aee98..f58855792 100644 --- a/apt-pkg/init.cc +++ b/apt-pkg/init.cc @@ -106,9 +106,6 @@ bool pkgInitConfig(Configuration &Cnf) } #endif - // Translation - Cnf.Set("APT::Acquire::Translation", "environment"); - return true; } /*}}}*/ |