summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/pipeline
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/filtershow/pipeline')
-rw-r--r--src/com/android/gallery3d/filtershow/pipeline/ImagePreset.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/filtershow/pipeline/ImagePreset.java b/src/com/android/gallery3d/filtershow/pipeline/ImagePreset.java
index 7b8f1b3b5..4322ed700 100644
--- a/src/com/android/gallery3d/filtershow/pipeline/ImagePreset.java
+++ b/src/com/android/gallery3d/filtershow/pipeline/ImagePreset.java
@@ -388,7 +388,7 @@ public class ImagePreset {
if (current.getFilterType() == FilterRepresentation.TYPE_FX) {
mFilters.remove(i);
replaced = true;
- if (!isNoneBorderFilter(representation)) {
+ if (!isNoneFxFilter(representation)) {
mFilters.add(i, representation);
}
break;