forked from openlp/openlp
Take new count after loading files works better
Fixes: https://launchpad.net/bugs/756545
This commit is contained in:
parent
1882c5366d
commit
20dc7846ce
@ -445,6 +445,7 @@ class ThemeManager(QtGui.QWidget):
|
||||
files = SettingsManager.get_files(self.settingsSection, u'.png')
|
||||
if firstTime:
|
||||
self.firstTime()
|
||||
files = SettingsManager.get_files(self.settingsSection, u'.png')
|
||||
# No themes have been found so create one
|
||||
if len(files) == 0:
|
||||
theme = ThemeXML()
|
||||
|
Loading…
Reference in New Issue
Block a user