Index: applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoPropertyEditor.java
===================================================================
--- applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoPropertyEditor.java	(revision 34786)
+++ applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoPropertyEditor.java	(revision 34799)
@@ -184,5 +184,5 @@
             this.image = image;
             this.data = data;
-            imgOrig = image.clone();
+            imgOrig = new ImageEntry(image);
             setButtonIcons("ok", "cancel");
             final JPanel content = new JPanel(new GridBagLayout());
