mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
(Herbert): an empty bibstyle is valid apparently, so allow it.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4117 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
025a1ad106
commit
9754806f6c
@ -1,3 +1,8 @@
|
|||||||
|
2002-05-02 Herbert Voss <voss@perce.de>
|
||||||
|
|
||||||
|
* FormBibtex.C (apply): a change from a style to an empty one
|
||||||
|
(which is valid) wasn't saved
|
||||||
|
|
||||||
2002-05-02 Herbert Voss <voss@perce.de>
|
2002-05-02 Herbert Voss <voss@perce.de>
|
||||||
|
|
||||||
* FormGraphics.C (input): do not read bb new when it was changed
|
* FormGraphics.C (input): do not read bb new when it was changed
|
||||||
|
@ -192,8 +192,6 @@ void FormBibtex::apply()
|
|||||||
// bibtotoc and no style
|
// bibtotoc and no style
|
||||||
controller().params().setOptions("bibtotoc");
|
controller().params().setOptions("bibtotoc");
|
||||||
|
|
||||||
} else if (!bibstyle.empty()) {
|
} else // all other cases
|
||||||
// only style
|
|
||||||
controller().params().setOptions(bibstyle);
|
controller().params().setOptions(bibstyle);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user