]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetBranch.cpp
oops.
[features.git] / src / insets / InsetBranch.cpp
index 459941a8c65179fd82035b157f19d86e278ae8dc..f0920956cd3fe4d091188f26129a745d68bb230b 100644 (file)
@@ -315,7 +315,7 @@ void InsetBranchParams::write(ostream & os) const
 void InsetBranchParams::read(Lexer & lex)
 {
        lex.eatLine();
-       branch = branch = lex.getDocString();
+       branch = lex.getDocString();
 }
 
 } // namespace lyx