]> git.lyx.org Git - features.git/commitdiff
oops.
authorJürgen Spitzmüller <spitz@lyx.org>
Fri, 14 Oct 2011 12:12:52 +0000 (12:12 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Fri, 14 Oct 2011 12:12:52 +0000 (12:12 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39852 a592a061-630c-0410-9148-cb99ea01b6c8

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