Sort location data

master3.3
Mike Hiretsky 12 years ago
parent a66b13c739
commit 0460ff36e6

@ -619,6 +619,9 @@ class VariableOsLocationData(LocationHelper,TableVariable):
"to specify the source directory as DISK")
self.label = _("Locations")
def set(self,value):
return sorted(value,key=lambda x:x[0])
class VariableOsLocationSource(LocationHelper,DeviceHelper,Variable):
"""
Source disk or directory

Loading…
Cancel
Save