Index: /applications/editors/josm/plugins/photoadjust/build.xml
===================================================================
--- /applications/editors/josm/plugins/photoadjust/build.xml	(revision 34798)
+++ /applications/editors/josm/plugins/photoadjust/build.xml	(revision 34799)
@@ -5,5 +5,5 @@
     <property name="commit.message" value="Commit message"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="14590"/>
+    <property name="plugin.main.version" value="14625"/>
 
     <!-- Configure these properties (replace "..." accordingly).
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 34798)
+++ /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());
