]> git.lyx.org Git - features.git/commitdiff
fixed the fix for FormDocument's policy
authorAllan Rae <rae@lyx.org>
Mon, 21 Aug 2000 04:12:14 +0000 (04:12 +0000)
committerAllan Rae <rae@lyx.org>
Mon, 21 Aug 2000 04:12:14 +0000 (04:12 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@982 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
src/frontends/xforms/FormDocument.h

index a9d3956dd1c149da931d89f1175ca5e6efe45242..b53817a0c5894289c3fe243d7b3539e8de30bf8f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-08-21  Allan Rae  <rae@lyx.org>
+
+       * src/frontends/xforms/FormDocument.h: D'oh.  Forgot to change the
+       policy here also.
+
 2000-08-21  Dekel Tsur  <dekel@math.tau.ac.il>
 
        * src/Spacing.C (writeEnvirBegin): Small fix when sstream not present
index 59bc1604597205a60d52cd42791c2628f50b58d2..e5b64bf23a727595519dc65daaa90648f1727e84 100644 (file)
@@ -25,7 +25,7 @@ class LyXView;
 class Dialogs;
 class Combox;
 class BufferParams;
-class PreferencesPolicy;
+class NoRepeatedApplyReadOnlyPolicy;
 template <class x> class ButtonController;
 
 struct FD_form_tabbed_document;
@@ -189,7 +189,7 @@ private:
     ///
     Combox * combo_language;
     ///
-    ButtonController<PreferencesPolicy> * bc_;
+    ButtonController<NoRepeatedApplyReadOnlyPolicy> * bc_;
 };
 
 #endif