]> 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 dd701bbedab89263af7fe3718dd4c32d1819cf41..b95e84d50341f31893383d87e55219fbe3835d70 100644 (file)
@@ -2162,7 +2162,8 @@ bool Text::getStatus(Cursor & cur, FuncRequest const & cmd,
                break;
        case LFUN_BRANCH_INSERT:
                code = BRANCH_CODE;
-               if (cur.buffer()->masterBuffer()->params().branchlist().empty())
+               if (cur.buffer()->masterBuffer()->params().branchlist().empty()
+                   && cur.buffer()->params().branchlist().empty())
                        enable = false;
                break;
        case LFUN_PHANTOM_INSERT: