summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorztenghui <ztenghui@google.com>2013-06-19 14:16:14 -0700
committerztenghui <ztenghui@google.com>2013-06-19 14:19:48 -0700
commit667762f9381190c8a1d1c66bbaad15b680bb24b5 (patch)
treebac8e26bb9ca589048cf19eb0c8f22fd36367f9d /src
parent13c3b46032990be905c885f38b9590ab19bd9398 (diff)
downloadandroid_packages_apps_Gallery2-667762f9381190c8a1d1c66bbaad15b680bb24b5.tar.gz
android_packages_apps_Gallery2-667762f9381190c8a1d1c66bbaad15b680bb24b5.tar.bz2
android_packages_apps_Gallery2-667762f9381190c8a1d1c66bbaad15b680bb24b5.zip
Fix LUT3D information lost after re-edit
bug:9427243 Change-Id: I8535c8776c866fd6c84d391a8de82df9cb214694
Diffstat (limited to 'src')
-rw-r--r--src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java b/src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java
index 2dbff94bd..208b3c8f2 100644
--- a/src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java
+++ b/src/com/android/gallery3d/filtershow/filters/FilterFxRepresentation.java
@@ -58,6 +58,7 @@ public class FilterFxRepresentation extends FilterRepresentation {
if (a instanceof FilterFxRepresentation) {
FilterFxRepresentation representation = (FilterFxRepresentation) a;
setName(representation.getName());
+ setSerializationName(representation.getSerializationName());
setBitmapResource(representation.getBitmapResource());
setNameResource(representation.getNameResource());
}