← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~raoul-snyman/openlp/refactoring into lp:openlp

 

Review: Needs Fixing

Crash on start up (http://pastebin.com/7PBe2G3A): 

2012-04-22 22:14:15,830 root                                                    ERROR    Traceback (most recent call last):
  File "openlp.pyw", line 42, in <module>
    main()
  File "/home/andreas/Projekte/openlp/trunk/openlp/core/__init__.py", line 291, in main
    sys.exit(app.run(qt_args))
  File "/home/andreas/Projekte/openlp/trunk/openlp/core/__init__.py", line 130, in run
    self.mainWindow = MainWindow(self.clipboard(), self.args)
  File "/home/andreas/Projekte/openlp/trunk/openlp/core/ui/mainwindow.py", line 577, in __init__
    self.setupUi(self)
  File "/home/andreas/Projekte/openlp/trunk/openlp/core/ui/mainwindow.py", line 164, in setupUi
    self.serviceManagerDock)
  File "/home/andreas/Projekte/openlp/trunk/openlp/core/ui/servicemanager.py", line 275, in __init__
    self.mainwindow.servicemanagerSettingsSection + u'/service theme',
AttributeError: 'MainWindow' object has no attribute 'servicemanagerSettingsSection'
None

I fixed the traceback myself and started openlp. When I reverted your changes and started OpenLP again, all my bibles where deleted. However, I checked them before I reverted the code changes and the metadata was adjusted (although I am asking myself if "version" should be 1?). 
-- 
https://code.launchpad.net/~raoul-snyman/openlp/refactoring/+merge/103025
Your team OpenLP Core is subscribed to branch lp:openlp.


References