~ubuntu-branches/ubuntu/edgy/synaptic/edgy

« back to all changes in this revision

Viewing changes to gtk/rgfiltermanager.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2006-09-20 15:04:36 UTC
  • Revision ID: james.westby@ubuntu.com-20060920150436-vdshluzvrd55v21o
Tags: 0.57.11ubuntu7
auto install/garbage filter added

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
   RStatusPackageFilter::OrphanedPackage,       // debian only
50
50
   RStatusPackageFilter::ResidualConfig,        // debian only
51
51
   RStatusPackageFilter::NotInstallable,
52
 
   RStatusPackageFilter::UpstreamUpgradable
 
52
   RStatusPackageFilter::UpstreamUpgradable,
 
53
   RStatusPackageFilter::AutoInstalled,
 
54
   RStatusPackageFilter::Garbage,
53
55
};
54
56
 
55
57
// FIXME: if you add a new status change this const! (calc automaticlly)
56
 
static const int NrOfStatusBits = 13;
 
58
static const int NrOfStatusBits = 15;
57
59
 
58
60
static char *ActOptions[] = {
59
61
   _("Includes"),