On Tue, Jun 15, 2004 at 02:13:45PM -0400, Jeremy Katz wrote: > > installation for admins here. One of the things I do is prefill a lot of > > data, but I also skip steps which seem, for various reasons, unnecessary. > Doesn't seem unreasonable. Thanks. :) > The back button only gets disabled if you're on what is the "first" > step. With the current code base, there's now another screen between > the welcome and the language screen of "betanag". And since I'm not > permanently skipping it if it's disabled, then it's showing up as the > first step. Ahh. Okay, that could be it. But, it actually seems like the 'canGoBack()' code in dispatch.py is seeing 'findrootparts' as not skipped, and therefore not disabling the button. I made a horrid hack to simply check if canGoBack hits findrootparts, and stop with failure there.... > Workaround is to add > +dispatch.skipStep("betanag", permanent = 1) I'll try this instead. :) -- Matthew Miller mattdm@xxxxxxxxxx <http://www.mattdm.org/> Boston University Linux ------> <http://linux.bu.edu/>