summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/photoeditor/actions/PosterizeAction.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/photoeditor/actions/PosterizeAction.java')
-rw-r--r--src/com/android/gallery3d/photoeditor/actions/PosterizeAction.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/gallery3d/photoeditor/actions/PosterizeAction.java b/src/com/android/gallery3d/photoeditor/actions/PosterizeAction.java
index 5fde60203..9a9f87481 100644
--- a/src/com/android/gallery3d/photoeditor/actions/PosterizeAction.java
+++ b/src/com/android/gallery3d/photoeditor/actions/PosterizeAction.java
@@ -33,6 +33,6 @@ public class PosterizeAction extends EffectAction {
@Override
public void prepare() {
notifyChanged(new PosterizeFilter());
- notifyDone();
+ notifyOk();
}
}