From: Martin Vermeer Date: Tue, 26 Aug 2003 15:27:31 +0000 (+0000) Subject: Small fix to prevent crash on loading X-Git-Tag: 1.6.10~16226 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=814e5398c5e5087f8fde0203ed102c54a077f744;p=features.git Small fix to prevent crash on loading git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7609 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index e71634b9b1..429632b6c3 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,7 @@ +2003-08-26 Martin Vermeer + + * insetbranch.C: Small fix to prevent a crash on loading. + 2003-08-25 Martin Vermeer * 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 diff --git a/src/insets/insetbranch.C b/src/insets/insetbranch.C index d044120455..b4aa05f59c 100644 --- a/src/insets/insetbranch.C +++ b/src/insets/insetbranch.C @@ -33,7 +33,6 @@ using std::auto_ptr; void InsetBranch::init() { setInsetName("Branch"); - setButtonLabel(); }