https://bugs.documentfoundation.org/show_bug.cgi?id=145197

--- Comment #5 from Justin L <[email protected]> ---
Setting to invisible is done in the CTOR (which is no longer being run).
svtools/source/dialogs/ServerDetailsControls.cxx.

SmbDetailsContainer::SmbDetailsContainer(PlaceEditDialog* pDialog)
    : DetailsContainer(pDialog)
{
    m_pDialog->m_xEDShare->connect_changed( LINK( this, DetailsContainer,
ValueChangeHdl ) );

    set_visible( false );
}

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to