From bd950a4c4e34c63e6fdc642c3af7ebce58035891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Wed, 26 Mar 2003 15:55:52 +0000 Subject: [PATCH] ws changes git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6588 a592a061-630c-0410-9148-cb99ea01b6c8 --- po/POTFILES.in | 4 ++-- src/BufferView_pimpl.C | 2 +- src/lyxfunc.C | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/po/POTFILES.in b/po/POTFILES.in index 083b4939ad..cdd146cd23 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -29,7 +29,7 @@ src/frontends/controllers/helper_funcs.C src/frontends/gnome/GLog.C src/frontends/LyXView.C src/frontends/qt2/Alert_pimpl.C -src/frontends/qt2/Dialogs3.C +src/frontends/qt2/Dialogs.C src/frontends/qt2/FileDialog.C src/frontends/qt2/lengthcombo.C src/frontends/qt2/QAbout.C @@ -79,7 +79,7 @@ src/frontends/qt2/QWrap.C src/frontends/xforms/Alert_pimpl.C src/frontends/xforms/ColorHandler.C src/frontends/xforms/combox.C -src/frontends/xforms/Dialogs3.C +src/frontends/xforms/Dialogs.C src/frontends/xforms/FileDialog.C src/frontends/xforms/FormAboutlyx.C src/frontends/xforms/FormBase.C diff --git a/src/BufferView_pimpl.C b/src/BufferView_pimpl.C index 0789f2ddf1..70c4e9e948 100644 --- a/src/BufferView_pimpl.C +++ b/src/BufferView_pimpl.C @@ -380,7 +380,7 @@ void BufferView::Pimpl::scrollDocView(int value) else if (vbt->cursor.y() > last) vbt->setCursorFromCoordinates(0, last); - owner_->updateLayoutChoice(); + owner_->updateLayoutChoice(); } diff --git a/src/lyxfunc.C b/src/lyxfunc.C index ae1fa6e2e5..34e54fc295 100644 --- a/src/lyxfunc.C +++ b/src/lyxfunc.C @@ -1583,7 +1583,7 @@ exit_with_message: if (view()->available()) { view()->fitCursor(); - + // If we executed a mutating lfun, mark the buffer as dirty if (!lyxaction.funcHasFlag(ev.action, LyXAction::NoBuffer) && !lyxaction.funcHasFlag(ev.action, LyXAction::ReadOnly))