https://bugs.freedesktop.org/show_bug.cgi?id=42405

Ivan Timofeev <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|[email protected] |[email protected]
                   |desktop.org                 |
                 CC|                            |[email protected]

--- Comment #17 from Ivan Timofeev <[email protected]> 2012-06-08 09:41:28 
PDT ---
I am quite annoyed with this bug too, so I am taking this. :)

Looks like a regression from commit
http://cgit.freedesktop.org/libreoffice/core/commit/?id=c4461665bd030a555a8b7ffa5bd6717cfb787b9d
which introduces the following logic to ToolBarManager::UpdateControllers():

    if( !m_bCanBeCustomized )
    {
        [...]
        xLayoutManager->lockWindow( m_aResourceName );
    }

and addon toolbars have m_bCanBeCustomized = false anyway, therefore they will
be locked.

Michael,
could you please clarify, what was the purpose of that DisableUICustomization
option from the commit above? Is it still useful? Thanks!

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to