The source view dialog does not send a lfun, so it can be applied

unconditionally. This fixes #3398 and #3594.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18300 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stefan Schimanski 2007-05-14 05:16:57 +00:00
parent 9f3c96efc5
commit eb96bab927

View File

@ -35,6 +35,8 @@ public:
virtual void dispatchParams() {}
///
virtual bool isBufferDependent() const { return true; }
///
bool canApply() const { return true; }
/// The title displayed by the dialog reflects source type.
docstring const title() const;