]> git.lyx.org Git - features.git/blobdiff - src/tabular.C
Crash fix from Angus
[features.git] / src / tabular.C
index e417847a0272f4614d4c6d4dbcf482c5576eae62..546ab310efca947fa66d4001b413253e10958bab 100644 (file)
@@ -1463,7 +1463,7 @@ void LyXTabular::OldFormatRead(LyXLex & lex, string const & fl)
                par->InsertChar(i, ' ');
            }
        }
-       par->CopyIntoMinibuffer(owner_->BufferOwner()->params, i);
+       par->CopyIntoMinibuffer(*owner_->BufferOwner(), i);
        inset->par->InsertFromMinibuffer(inset->par->Last());
     }
     delete par;