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:
parent
3ae72ea630
commit
53d7bd3287
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user