From: Abdelrazak Younes Date: Sun, 17 Sep 2006 10:20:45 +0000 (+0000) Subject: use owner instead of owner->view()->owner X-Git-Tag: 1.6.10~12559 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2b0a849d362c265035bf2ab8013239ffd327d499;p=features.git use owner instead of owner->view()->owner git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15031 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/lyxfunc.C b/src/lyxfunc.C index a861048e66..7cffa284ff 100644 --- a/src/lyxfunc.C +++ b/src/lyxfunc.C @@ -1611,7 +1611,7 @@ void LyXFunc::dispatch(FuncRequest const & cmd) view()->buffer()->markDirty(); if (view()->cursor().inTexted()) { - view()->owner()->updateLayoutChoice(); + owner->updateLayoutChoice(); } } }