]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/function/SelectTimezoneFunction.java
Version 19.1, August 2018
[GpsPrune.git] / tim / prune / function / SelectTimezoneFunction.java
index 8f5f778ed1a8481db6161a90ab5071caf21abe99..96af103e94a70a5752042b6f7021a82b9be8b2d4 100644 (file)
@@ -469,7 +469,7 @@ public class SelectTimezoneFunction extends GenericFunction
                        }
                }
                // If the region and offset were given, then list is unlimited
-               nameList.setUnlimited(inRegion != null && inOffset != null && inRegion != null);
+               nameList.setUnlimited(inRegion != null && inOffset != null);
                // Add all the found names to the listbox
                for (String name : zoneNames)
                {