use owner instead of owner->view()->owner

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15031 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2006-09-17 10:20:45 +00:00
parent 1a786c8e17
commit 2b0a849d36

View File

@ -1611,7 +1611,7 @@ void LyXFunc::dispatch(FuncRequest const & cmd)
view()->buffer()->markDirty();
if (view()->cursor().inTexted()) {
view()->owner()->updateLayoutChoice();
owner->updateLayoutChoice();
}
}
}