--- synaptic-0.27/gtk/rgfiltereditor.h~ 2002-11-06 19:14:09 +0200 +++ synaptic-0.27/gtk/rgfiltereditor.h 2002-11-25 11:40:20 +0200 @@ -48,8 +48,11 @@ RStatusPackageFilter::OrphanedPackage }; // FIXME: if you add a new status change this const! (calc automaticlly) +#ifndef HAVE_RPM static const int NrOfStatusBits = 10; - +#else +static const int NrOfStatusBits = 9; +#endif class RGFilterEditor