Andre Poenitz wrote: > On Thu, Jul 17, 2003 at 02:36:32PM +0200, Alfredo Braunstein wrote: >> Alfredo Braunstein wrote: >> >> >> I don't feel guilty right now... >> > >> > I didn't suggest that you should... >> >> Are you developing a pavlovian reaction to the word 'regression'? > > Well, both the 'math' and the 'regression' lamp went on...
Looks like the fix is: dispatch_result InsetFormulaBase::localDispatch(FuncRequest const & cmd) { ... case LFUN_DIALOG_SHOW: - if (argument == "mathpanel") +// if (argument == "mathpanel") result = UNDISPATCHED; break; ... } -- Angus