openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #04439
[Bug 659019] Re: OpenLP v1.x importer does not stop importing although import was cancelled
Hello m2j
You should have a look at the method onCancelButtonClicked in
openlp/plugins/songs/forms/songimportform.py. When you paste the line
"print self.currentId()" there you will see that it will always be -1.
That is why "songs_stop_import" is not send.
BTW that is the same issue (theoretically) for the bibles plugin. (Have
not tested it fully, but printing self.currentId() gives me -1 so.....)
Cheers, hope that helps...
--
OpenLP v1.x importer does not stop importing although import was cancelled
https://bugs.launchpad.net/bugs/659019
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:
Hello!
Running:
- trunk r1084
- xubuntu 10.10
1) Import your OpenLP v1.x song database
2) Press the "Cancel" button after a few songs
3) The import wizard closes, but the import is not cancelled.
References