mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 01:57:00 +00:00
Change name of setStandAloneState() to setStandAlone().
This commit is contained in:
parent
614759f8f3
commit
b0818d4a9c
@ -442,7 +442,7 @@ XFE_NavCenterView::createTree()
|
||||
_rdftree = new XFE_RDFChromeTreeView(this, getBaseWidget(),
|
||||
this, _isStandalone ? RDF_PANE_STANDALONE : RDF_PANE_DOCKED, m_contextData);
|
||||
|
||||
_rdftree->setStandAloneState(_isStandalone);
|
||||
_rdftree->setStandAlone(_isStandalone);
|
||||
|
||||
// _rdftree->setHtmlPaneHeightPercent(50);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user