]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/save/PhotoTableEntry.java
Version 13, August 2011
[GpsPrune.git] / tim / prune / save / PhotoTableEntry.java
index 34fd2b98206a3592a48a24c691cc6e926b5c9dd6..f42720ef5f05b6cdf1d490a0602961a1bea1ec23 100644 (file)
@@ -22,7 +22,7 @@ public class PhotoTableEntry
                _photo = inPhoto;
                if (inPhoto != null)
                {
-                       _photoName = inPhoto.getFile().getName();
+                       _photoName = inPhoto.getName();
                        _status = getStatusString(inPhoto.getOriginalStatus(), inPhoto.getCurrentStatus());
                }
        }