← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~crichter/openlp/i18n into lp:openlp

 

Review: Needs Fixing
This latest revision dies for me on startup.

Traceback (most recent call last):
  File "./openlp.pyw", line 204, in <module>
    main()
  File "./openlp.pyw", line 198, in main
    sys.exit(app.run())
  File "./openlp.pyw", line 138, in run
    self.mainWindow = MainWindow(screens, app_version)
  File "/home/raoul/Projects/OpenLP/i18n/openlp/core/ui/mainwindow.py", line 572, in __init__
    self.settingsForm.postSetUp()
  File "/home/raoul/Projects/OpenLP/i18n/openlp/core/ui/settingsform.py", line 74, in postSetUp
    self.SettingsTabWidget.widget(tab_index).postSetUp()
  File "/home/raoul/Projects/OpenLP/i18n/openlp/core/ui/displaytab.py", line 227, in postSetUp
    int(self.HeightEdit.text()))
TypeError: 'NoneType' object does not support item assignment
-- 
https://code.launchpad.net/~crichter/openlp/i18n/+merge/25191
Your team OpenLP Core is subscribed to branch lp:openlp.



Follow ups

References