]> git.lyx.org Git - lyx.git/commitdiff
Back out potentially buggy patch.
authorAngus Leeming <leeming@lyx.org>
Wed, 8 May 2002 18:13:09 +0000 (18:13 +0000)
committerAngus Leeming <leeming@lyx.org>
Wed, 8 May 2002 18:13:09 +0000 (18:13 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4144 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/xforms/ChangeLog
src/frontends/xforms/FormInclude.C

index 9b2ceb121e981e37d4b1f827155294e9a6a9ff3a..2018b1c223073fa08cd4852492236aafe74cde7c 100644 (file)
@@ -1,8 +1,3 @@
-2002-05-08  Herbert Voss  <voss@perce.de>
-
-       * FormInclude.C (input): disable load-button, when verbatim
-       is enabled
-
 2002-05-06  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * FormBase.C (show):
index 16aaf6bc365a0c95b0eb26116193fce0f3362a16..d40f600c24d1d368c0571884b4c32bacbf78a900 100644 (file)
@@ -140,13 +140,11 @@ ButtonPolicy::SMInput FormInclude::input(FL_OBJECT * ob, long)
 
        } else if (ob == dialog_->radio_verbatim) {
                setEnabled(dialog_->check_visiblespace, true);
-               setEnabled(dialog_->button_load, false);
 
        } else if (ob == dialog_->radio_useinclude ||
                   ob == dialog_->radio_useinput) {
                fl_set_button(dialog_->check_visiblespace, 0);
                setEnabled(dialog_->check_visiblespace, false);
-               setEnabled(dialog_->button_load, true);
 
        } else if (ob == dialog_->input_filename) {
                string const in_name = fl_get_input(dialog_->input_filename);