On Mon, 21 Jun 1999, Mitch Blevins wrote: > In version 2.5, there was a change of the return type of > pkgAcquire::Pulse() from void to bool. > > Gnome-apt overrides this method, from which it calls the > base method. I changed the gnome-apt method > (in acquirestatus.cc) to simply pass along the return > value from the base-class method.
Nope, this is exactly correct. The Change was requested by Havoc. A return result of false indicates a user chancel, the super class's method always returns true. Jason

