Cosmetics.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24968 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-05-27 19:00:42 +00:00
parent 32f1dce79a
commit c3f7bc6a43

View File

@ -168,8 +168,7 @@ void GuiBranches::toggleColor(QTreeWidgetItem * item)
return;
docstring current_branch = qstring_to_ucs4(sel_branch);
Branch * branch =
branchlist_.find(current_branch);
Branch * branch = branchlist_.find(current_branch);
if (!branch)
return;