Point fix, earlier forgotten

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7645 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Martin Vermeer 2003-09-03 09:33:36 +00:00
parent 704bd69b6c
commit 9dcbe2910b
2 changed files with 5 additions and 1 deletions

View File

@ -83,7 +83,7 @@ void BranchList::setColor(string const & s, string const & val)
List::iterator it = list.begin();
List::iterator end = list.end();
for (; it != end; ++it) {
if (s.find(it->getBranch(), 0) != string::npos) {
if (s == it->getBranch()) {
it->setColor(val);
return;
}

View File

@ -1,3 +1,7 @@
2003-09-03 Martin Vermeer <martin.vermeer@hut.fi>
* BranchList.C: point fix, earlier forgotten
2003-09-02 Angus Leeming <leeming@lyx.org>
* box.C (contains): renamed from 'contained' after a fantastic