forked from openlp/openlp
Sort themes when read
bzr-revno: 1115
This commit is contained in:
commit
e9e895f969
@ -462,6 +462,7 @@ class ThemeManager(QtGui.QWidget):
|
||||
self.themelist = []
|
||||
self.themeListWidget.clear()
|
||||
dirList = os.listdir(self.path)
|
||||
dirList.sort()
|
||||
for name in dirList:
|
||||
if name.endswith(u'.png'):
|
||||
# check to see file is in theme root directory
|
||||
|
Loading…
Reference in New Issue
Block a user