mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Back out potentially buggy patch.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4144 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b5f4557571
commit
5643c7ddee
@ -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):
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user