~ubuntu-branches/ubuntu/dapper/synaptic/dapper-updates

« back to all changes in this revision

Viewing changes to common/rpackagelister.cc

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2007-01-26 10:26:24 UTC
  • Revision ID: james.westby@ubuntu.com-20070126102624-w5gnvezpzq9frc72
Tags: 0.57.8ubuntu12
fix --non-interactive, --set-selections problem that is triggered
when installing sugarcrm (lp: #81428)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1780
1780
            Fix.Protect(Pkg);
1781
1781
            switch ((*I).second) {
1782
1782
               case ACTION_INSTALL:
1783
 
                  if(_config->FindB("Volatile::SetSelectionsNoFix","false"))
 
1783
                  if(_config->FindB("Volatile::SetSelectionsNoFix",false))
1784
1784
                     Cache.MarkInstall(Pkg, false);
1785
1785
                  else
1786
1786
                     Cache.MarkInstall(Pkg, true);