LyXAction bug.

2003-03-07 Thread Angus Leeming
Ouch! Adding this debug message: void ToolbarDefaults::add(string const func) { int const tf = lyxaction.LookupFunc(func); + lyxerr ToolbarDefaults::add func ' ' tf '\n' + lyxaction.getActionName(tf) \n\n; if (tf == -1) { lyxerr

LyXAction bug.

2003-03-07 Thread Angus Leeming
Ouch! Adding this debug message: void ToolbarDefaults::add(string const func) { int const tf = lyxaction.LookupFunc(func); + lyxerr ToolbarDefaults::add func ' ' tf '\n' + lyxaction.getActionName(tf) \n\n; if (tf == -1) { lyxerr

LyXAction bug.

2003-03-07 Thread Angus Leeming
Ouch! Adding this debug message: void ToolbarDefaults::add(string const & func) { int const tf = lyxaction.LookupFunc(func); + lyxerr << "ToolbarDefaults::add " << func << ' ' << tf << '\n' + << lyxaction.getActionName(tf) << "\n\n"; if (tf == -1) {