]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetERT.cpp
Fix bug http://bugzilla.lyx.org/show_bug.cgi?id=4910 by creating InsetText::addToToc().
[lyx.git] / src / insets / InsetERT.cpp
index c11df694cdf790a9fce03b3eedff8664de0f6aa6..30a290510d3fb9e2e3aaee31e7e2e5605ca044f5 100644 (file)
@@ -141,7 +141,7 @@ bool InsetERT::getStatus(Cursor & cur, FuncRequest const & cmd,
                case LFUN_PASTE:
                case LFUN_PRIMARY_SELECTION_PASTE:
                case LFUN_QUOTE_INSERT:
-                       status.enabled(true);
+                       status.setEnabled(true);
                        return true;
 
                // this one is difficult to get right. As a half-baked