]> git.lyx.org Git - lyx.git/blobdiff - src/Text3.cpp
* remove last traces of external thesaurus library and actually enable included MyThes.
[lyx.git] / src / Text3.cpp
index c83745a5463e67691e3ab356866e71862419c808..b95e84d50341f31893383d87e55219fbe3835d70 100644 (file)
@@ -2163,7 +2163,7 @@ bool Text::getStatus(Cursor & cur, FuncRequest const & cmd,
        case LFUN_BRANCH_INSERT:
                code = BRANCH_CODE;
                if (cur.buffer()->masterBuffer()->params().branchlist().empty()
-                   && cur.buffer().params().branchlist().empty())
+                   && cur.buffer()->params().branchlist().empty())
                        enable = false;
                break;
        case LFUN_PHANTOM_INSERT: