]> git.lyx.org Git - features.git/commitdiff
fix tabularcreate bug
authorAngus Leeming <leeming@lyx.org>
Mon, 10 Mar 2003 17:06:01 +0000 (17:06 +0000)
committerAngus Leeming <leeming@lyx.org>
Mon, 10 Mar 2003 17:06:01 +0000 (17:06 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6428 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt2/ChangeLog
src/frontends/qt2/Dialogs3.C
src/frontends/xforms/ChangeLog
src/frontends/xforms/Dialogs3.C

index 471776a95fcf8daa0a83997c0fcb3b87a8cad877..72a66f6dde68156741e2f6daa15529b0980752a2 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-10  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs3.C (build): the "tabularcreate" dialog is always valid.
+       Use IgnorantPolicy for thr B.C.
+
 2003-03-09  Angus Leeming  <leeming@lyx.org>
 
        * lots of files: changes associated with the clean-up of the
index 709a862c49d11ab913bde3be05d8cca3aa315397..077011638a0dec041f311125555436a15fa02cd4 100644 (file)
@@ -188,7 +188,7 @@ Dialog * Dialogs::build(string const & name)
        } else if (name == "tabularcreate") {
                dialog->setController(new ControlTabularCreate(*dialog));
                dialog->setView(new QTabularCreate(*dialog));
-               dialog->bc().bp(new OkApplyCancelReadOnlyPolicy);
+               dialog->bc().bp(new IgnorantPolicy);
        } else if (name == "toc") {
                dialog->setController(new ControlToc(*dialog));
                dialog->setView(new QToc(*dialog));
index 252fe1d293434c238a5330517da26551d43bde42..89cdf69295dccf427291f8da2ad8c0cd24890c65 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-10  Angus Leeming  <leeming@lyx.org>
+
+       * Dialogs3.C (build): the "tabularcreate" dialog is always valid.
+       Use IgnorantPolicy for thr B.C.
+
 2003-03-09  Angus Leeming  <leeming@lyx.org>
 
        * lots of files: changes associated with the clean-up of the
index d944ea45fdb4570e4c8e1956414c62c90dccb4c2..e2a66c82fc33b2a2c53070b2cbd14ab36a4b00b7 100644 (file)
@@ -184,7 +184,7 @@ Dialog * Dialogs::build(string const & name)
        } else if (name == "tabularcreate") {
                dialog->setController(new ControlTabularCreate(*dialog));
                dialog->setView(new FormTabularCreate(*dialog));
-               dialog->bc().bp(new OkApplyCancelReadOnlyPolicy);
+               dialog->bc().bp(new IgnorantPolicy);
        } else if (name == "toc") {
                dialog->setController(new ControlToc(*dialog));
                dialog->setView(new FormToc(*dialog));