]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/data/MediaList.java
Version 14, October 2012
[GpsPrune.git] / tim / prune / data / MediaList.java
index d7b4780e7cd6e32447dcaa77e10976cb73a9923f..c0f4408f3637a23e932679bd441449928ea5777e 100644 (file)
@@ -172,7 +172,7 @@ public abstract class MediaList
        public boolean hasUncorrelatedMedia()
        {
                for (MediaObject m : _media) {
-                       if (m.getDataPoint() == null) {
+                       if (m.getDataPoint() == null && m.hasTimestamp()) {
                                return true;
                        }
                }