Small fix to prevent crash on loading

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7609 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Martin Vermeer 2003-08-26 15:27:31 +00:00
parent eaad9ff595
commit 814e5398c5
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2003-08-26 Martin Vermeer <martin.vermeer@hut.fi>
* insetbranch.C: Small fix to prevent a crash on loading.
2003-08-25 Martin Vermeer <martin.vermeer@hut.fi>
* insets/inset.h:
@ -15,8 +19,7 @@
* insets/insettext.C:
* insets/insettheorem.[Ch]:
* insets/insettoc.[Ch]: eliminates the needFullRow/display() stuff
altogether, putting the logic in metrics/draw in the insets.=20
Draws short single row insets with more or less realistic metrics.
altogether, putting the logic in metrics/draw in the insets.
2003-08-19 André Pönitz <poenitz@gmx.net>

View File

@ -33,7 +33,6 @@ using std::auto_ptr;
void InsetBranch::init()
{
setInsetName("Branch");
setButtonLabel();
}