summaryrefslogtreecommitdiff
path: root/sources/core/VSTask.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-20 16:46:24 +0000
committerPaul Buetow <paul@buetow.org>2008-05-20 16:46:24 +0000
commitf9019a464024215fa166c435304db6b90391dd81 (patch)
tree6be0bfdb614953ee3cc04c04243ec052e351e607 /sources/core/VSTask.java
parentb947eec24a733cbd1dbe9757b6246c4efb52b4e7 (diff)
anti aliasing button faster.
Diffstat (limited to 'sources/core/VSTask.java')
-rw-r--r--sources/core/VSTask.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/core/VSTask.java b/sources/core/VSTask.java
index ada581b..eff5daa 100644
--- a/sources/core/VSTask.java
+++ b/sources/core/VSTask.java
@@ -62,7 +62,7 @@ public class VSTask implements Comparable {
}
public boolean isProcess(VSProcess process) {
- return this.process.equals(process);
+ return process.equals(process);
}
public boolean isGlobalTimed() {