On Tue, Aug 24, 2010 at 9:06 PM, Andreas Raab <andreas.raab@gmx.de> wrote:
On 8/24/2010 9:03 PM, Eliot Miranda wrote:
Excellent; works perfectly!  The preference must be updated manually
because there's no preferences browser (for others evaluate
(MCMcmUpdater classPool at: #UpdateMissingPackages put: false)) but with
that done update went without a hitch. Thank you!

No, no, no. This is why we have those tagged preferences. All you need to do is to evaluate:

       MCMcmUpdater updateMissingPackages: false.

No need to poke in the classPool or anything :-)

That's what comes from reading the commit comment; the class variable shows up first ;)
 

Cheers,
 - Andreas