Oops. Fix backwards conditional.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29152 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent 2009-02-07 16:59:09 +00:00
parent 310177b43e
commit 2558db1023

View File

@ -690,7 +690,7 @@ BChannelSlider::_FinishChange(bool update)
inMask[fCurrentChannel] = true;
}
}
InvokeChannel(update ? NULL : ModificationMessage(), 0, numChannels, inMask);
InvokeChannel(update ? ModificationMessage() : NULL, 0, numChannels, inMask);
}
if (!update) {