To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=49631
------- Additional comments from [EMAIL PROTECTED] Fri May 20 23:26:07 -0700 2005 ------- There are a set of listeners in shell/source/backends/gconfbe/gconfbackend.cxx that are commented out, so I tried to get them working as well and see that the listeners notify configmgr/source/backend/backendnotifier.cxx componentDataChanged which in turn calls configmgr/source/treecache/cachecontroller.cxx dataChanged which appears to refresh the cache. However, the setting read into VCL is read into a hashmap in SettingsConfigItem class in vcl/source/gdi/fontcfg.cxx and not refreshed (the value read in at boot-time is continued to be used), so when the gconf value changes, VCL is still not aware of it. What I have tried is attached as an incremental patch over the previous one attached. Could you please let us know what you think ? Thanks! --------------------------------------------------------------------- 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]
