openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #03328
[Bug 632674] [NEW] Change plugin to inactive then active produces error
Public bug reported:
Go into Settings -> Plugin List and set songs Inactive. OK the list.
Go back into the Plugin List and set songs active again.
The following appears on the console:
Traceback (most recent call last):
File "/home/jonathan/openlp/trunk/openlp/core/ui/pluginform.py", line 137, in onStatusComboBoxChanged
self.pluginListWidget.currentItem().setText(
AttributeError: 'NoneType' object has no attribute 'setText'
** Affects: openlp
Importance: Undecided
Status: New
--
Change plugin to inactive then active produces error
https://bugs.launchpad.net/bugs/632674
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
Status in OpenLP - Worship Presentation Software: New
Bug description:
Go into Settings -> Plugin List and set songs Inactive. OK the list.
Go back into the Plugin List and set songs active again.
The following appears on the console:
Traceback (most recent call last):
File "/home/jonathan/openlp/trunk/openlp/core/ui/pluginform.py", line 137, in onStatusComboBoxChanged
self.pluginListWidget.currentItem().setText(
AttributeError: 'NoneType' object has no attribute 'setText'
Follow ups
References