forked from openlp/openlp
Fix an old run_thread() call
This commit is contained in:
parent
187714cd87
commit
786462148f
@ -127,7 +127,7 @@ def check_for_update(parent):
|
||||
worker.quit.connect(update_check_date)
|
||||
# TODO: Use this to figure out if there's an Internet connection?
|
||||
# worker.no_internet.connect(parent.on_no_internet)
|
||||
run_thread(parent, worker, 'version')
|
||||
run_thread(worker, 'version')
|
||||
|
||||
|
||||
def get_version():
|
||||
|
Loading…
Reference in New Issue
Block a user