mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
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:
parent
704bd69b6c
commit
9dcbe2910b
@ -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;
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user