To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116455
User arielch changed the following:
What |Old value |New value
================================================================================
Assigned to|tm |cd
--------------------------------------------------------------------------------
Ever confirmed| |1
--------------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
--------------------------------------------------------------------------------
Issue type|DEFECT |PATCH
--------------------------------------------------------------------------------
Summary|toolbar setting "Icons & t|toolbar Style settings are
|ext" is not persistent. | not made persistent.
--------------------------------------------------------------------------------
Version|DEV300m95 |DEV300m97
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Mon Jan 17 05:57:45
+0000 2011 -------
@cd: please take a look at the attached patch. Short explanation follows:
set a break point on ToolbarSaveInData::SetSystemStyle
http://hg.services.openoffice.org/DEV300/file/DEV300_m97/cui/source/customize/cfg.cxx#l3829
The for loops over all properties and never finds the ITEM_DESCRIPTOR_STYLE
property.
The problem is that the toolbar Style settings are stored in the WindowState
data, but when the LayoutManager (now the ToolbarLayoutManager) first writes
this WindowState data it misses the ITEM_DESCRIPTOR_STYLE property.
---------------------------------------------------------------------
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]