~tomasgroth/openlp/23bugfixes

« back to all changes in this revision

Viewing changes to openlp/core/__init__.py

  • Committer: Tomas Groth
  • Date: 2016-01-22 21:30:26 UTC
  • mfrom: (2606.1.3 openlp)
  • Revision ID: tomasgroth@yahoo.dk-20160122213026-nvx0yzx7skzy2iq8
trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
153
153
        self.processEvents()
154
154
        if not has_run_wizard:
155
155
            self.main_window.first_time()
156
 
        update_check = Settings().value('core/update check')
157
 
        if update_check:
158
 
            version = VersionThread(self.main_window)
159
 
            version.start()
 
156
        # update_check = Settings().value('core/update check')
 
157
        # if update_check:
 
158
        #     version = VersionThread(self.main_window)
 
159
        #     version.start()
160
160
        self.main_window.is_display_blank()
161
161
        self.main_window.app_startup()
162
162
        return self.exec()