sort backends alphabetically in right order

This commit is contained in:
Christophe Benz 2010-12-07 17:11:12 +01:00 committed by Romain Bignon
commit f1a43f1101

View file

@ -36,6 +36,8 @@ class BackendCfg(QDialog):
self.ui = Ui_BackendCfg()
self.ui.setupUi(self)
self.ui.configuredBackendsList.sortByColumn(0, Qt.AscendingOrder)
self.to_unload = set()
self.to_load = set()