Index: /applications/editors/josm/plugins/photoadjust/build.xml
===================================================================
--- /applications/editors/josm/plugins/photoadjust/build.xml	(revision 33749)
+++ /applications/editors/josm/plugins/photoadjust/build.xml	(revision 33750)
@@ -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="12792"/>
+    <property name="plugin.main.version" value="13060"/>
 
     <!-- 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 33749)
+++ /applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoPropertyEditor.java	(revision 33750)
@@ -91,15 +91,8 @@
                 if (dialog.getValue() == 1) {
                     dialog.updateImageTmp();
-                    // FIXME: Remove next line, see below.
-                    boolean isNewGpsData = photo.getTmp().hasNewGpsData();
                     // There are cases where isNewGpsData is not set but there
                     // is still new data, e.g. if the EXIF data was re-read
                     // from the image file.
                     photo.applyTmp();
-                    // FIXME: Remove the next lines once the patch in ticket
-                    // #15502 is active.
-                    if (isNewGpsData) {
-                        photo.flagNewGpsData();
-                    }
                 } else {
                     photo.discardTmp();
