forked from openlp/openlp
Fix single dialog get_source_list() call
This commit is contained in:
parent
5ae48da58e
commit
416c37140c
@ -295,9 +295,7 @@ class SourceSelectSingle(QDialog):
|
||||
:param projector: Projector instance to build source list from
|
||||
"""
|
||||
self.projector = projector
|
||||
self.source_text = self.projectordb.get_source_list(projector.manufacturer,
|
||||
projector.model,
|
||||
projector.source_available)
|
||||
self.source_text = self.projectordb.get_source_list(projector=projector)
|
||||
keys = list(self.source_text.keys())
|
||||
keys.sort()
|
||||
key_count = len(keys)
|
||||
|
Loading…
Reference in New Issue
Block a user