To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=64717
------- Additional comments from [EMAIL PROTECTED] Thu Aug 3 05:18:49 -0700 2006 ------- One more small improvement, I changed the simple m_aReadCache = AcceleratorCache(); (which solved the Tools->Customize->Keyboard problem) to + // impl_ts_load() does not clear the cache + // SAFE -> ---------------------------------- + aWriteLock.lock(); + m_aReadCache = AcceleratorCache(); + aWriteLock.unlock(); + // <- SAFE ---------------------------------- The ultimate version is here: http://www.go-oo.org/patches/src680/framework-layered-accelerators.diff --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
