Index: /applications/editors/josm/plugins/photoadjust/build.xml
===================================================================
--- /applications/editors/josm/plugins/photoadjust/build.xml	(revision 31960)
+++ /applications/editors/josm/plugins/photoadjust/build.xml	(revision 31961)
@@ -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="9270"/>
+    <property name="plugin.main.version" value="9277"/>
 
     <!-- Configure these properties (replace "..." accordingly).
Index: /applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoAdjustPlugin.java
===================================================================
--- /applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoAdjustPlugin.java	(revision 31960)
+++ /applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoAdjustPlugin.java	(revision 31961)
@@ -36,5 +36,5 @@
 	super(info);
         GeoImageLayer.registerMenuAddition(new UntaggedGeoImageLayerAction());
-        //new PhotoPropertyEditor();
+        new PhotoPropertyEditor();
         worker = new PhotoAdjustWorker();
         initAdapters();
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 31960)
+++ /applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoPropertyEditor.java	(revision 31961)
@@ -4,7 +4,5 @@
 import static org.openstreetmap.josm.tools.I18n.tr;
 
-import java.awt.BorderLayout;
 import java.awt.Color;
-import java.awt.Component;
 import java.awt.GridBagLayout;
 import java.awt.event.ActionEvent;
@@ -19,5 +17,4 @@
 import javax.swing.JPanel;
 import javax.swing.JSeparator;
-import javax.swing.JTextArea;
 import javax.swing.UIManager;
 import javax.swing.event.DocumentEvent;
@@ -33,5 +30,4 @@
 import org.openstreetmap.josm.gui.layer.geoimage.ImageEntry;
 import org.openstreetmap.josm.gui.layer.geoimage.ImageViewerDialog;
-import org.openstreetmap.josm.gui.widgets.HtmlPanel;
 import org.openstreetmap.josm.gui.widgets.JosmTextField;
 import org.openstreetmap.josm.tools.GBC;
@@ -139,5 +135,5 @@
         private final ImageEntry image;
         private final GeoImageLayer layer;
-        private static final Color BG_COLOR_ERROR = new Color(255,224,224);
+        private static final Color BG_COLOR_ERROR = new Color(255, 224, 224);
 
         public PropertyEditorDialog(String title, final ImageEntry image,
@@ -148,12 +144,12 @@
             setButtonIcons(new String[] {"ok", "cancel"});
             final JPanel content = new JPanel(new GridBagLayout());
-            //content.setBorder(BorderFactory.createEmptyBorder(5,5,5,5));
+            //content.setBorder(BorderFactory.createEmptyBorder(5, 5, 5, 5));
             if (image.hasThumbnail() || image.getFile() != null) {
                 final JLabel header = new JLabel(image.getFile() != null
                                                  ? image.getFile().getName()
                                                  : "");
-                //if (!image.hasThumbnail()) {
-                //    image.loadThumbnail();
-                //}
+                if (!image.hasThumbnail()) {
+                    image.loadThumbnail();
+                }
                 if (image.hasThumbnail()) {
                     header.setIcon(new ImageIcon(image.getThumbnail()));
