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