Another star to flag copy and paste bug.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@549 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2010-04-26 01:18:57 +00:00
parent 3ae72ea630
commit 53d7bd3287

View File

@ -78,7 +78,7 @@ public class RowFlagOperation extends EngineDependentOperation {
}
public boolean visit(Project project, int rowIndex, Row row, boolean includeContextual, boolean includeDependent) {
if (row.starred != _flagged) {
if (row.flagged != _flagged) {
RowFlagChange change = new RowFlagChange(rowIndex, _flagged);
changes.add(change);