~tomasgroth/openlp/refix-win-display

« back to all changes in this revision

Viewing changes to openlp/core/ui/generaltab.py

  • Committer: Raoul Snyman
  • Author(s): s.mehrbrodt at gmail
  • Date: 2016-01-16 20:13:41 UTC
  • Revision ID: raoul@snyman.info-20160116201341-qggnokaqb68f1xcg
"* Fix importing older song dbs by migrating them first
* Fix comparing songs without title

lp:~sam92/openlp/bug-1533081 (revision 2615)
[SUCCESS] https://ci.openlp.io/job/Branch-01-Pull/1260/
[SUCCESS] https://ci.openlp.io/job/Branch-02-Functional-Tests/1184/
[SUCCESS] https://ci.openlp.io/job/Branch-03-Interface-Tests/1123/
[FAILURE] https://ci.openlp.io/job/Branch-04a-Windows_Functional_Tests/959/
Stopping after failure"

Show diffs side-by-side

added added

removed removed

Lines of Context:
159
159
        self.startup_layout.addWidget(self.show_splash_check_box)
160
160
        self.check_for_updates_check_box = QtWidgets.QCheckBox(self.startup_group_box)
161
161
        self.check_for_updates_check_box.setObjectName('check_for_updates_check_box')
 
162
        self.check_for_updates_check_box.setVisible(False)
162
163
        self.startup_layout.addWidget(self.check_for_updates_check_box)
163
164
        self.right_layout.addWidget(self.startup_group_box)
164
165
        # Application Settings