]> git.lyx.org Git - lyx.git/blobdiff - src/InsetList.C
ws changes only
[lyx.git] / src / InsetList.C
index 0aa299d8bcd084aebe89d87e347a6416cb4c5f8a..33200216ae2e138c20b034c0d9ab1f496c607fd0 100644 (file)
@@ -200,7 +200,7 @@ void InsetList::insetsOpenCloseBranch(BufferView * bv)
        for (; it != end; ++it) {
                if (it->inset && it->inset->lyxCode() == InsetOld::BRANCH_CODE) {
                        InsetBranch * inset = static_cast<InsetBranch *>(it->inset);
-                       if (bp.branchlist.selected(inset->params().branch)) {
+                       if (bp.branchlist().selected(inset->params().branch)) {
                                inset->open(bv);
                        } else {
                                inset->close(bv);