]> git.lyx.org Git - features.git/commitdiff
Small fix to prevent crash on loading
authorMartin Vermeer <martin.vermeer@hut.fi>
Tue, 26 Aug 2003 15:27:31 +0000 (15:27 +0000)
committerMartin Vermeer <martin.vermeer@hut.fi>
Tue, 26 Aug 2003 15:27:31 +0000 (15:27 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7609 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/ChangeLog
src/insets/insetbranch.C

index e71634b9b11ba89026645786d545172d10d39040..429632b6c3634e77bad2581e1e571bdf6769150f 100644 (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>
 
index d044120455eeb26bf53c0a58072153e8c63810d3..b4aa05f59c91507de1fddbd05bbf4219487e9b73 100644 (file)
@@ -33,7 +33,6 @@ using std::auto_ptr;
 void InsetBranch::init()
 {
        setInsetName("Branch");
-       setButtonLabel();
 }