Merge lp:~googol-deactivatedaccount/openlp/bug-887313 into lp:openlp

Proposed by Andreas Preikschat
Status: Merged
Approved by: Tim Bentley
Approved revision: 1816
Merged at revision: 1816
Proposed branch: lp:~googol-deactivatedaccount/openlp/bug-887313
Merge into: lp:openlp
Diff against target: 13 lines (+3/-0)
1 file modified
openlp/core/ui/printserviceform.py (+3/-0)
To merge this branch: bzr merge lp:~googol-deactivatedaccount/openlp/bug-887313
Reviewer Review Type Date Requested Status
Raoul Snyman Approve
Tim Bentley Approve
Review via email: mp+84378@code.launchpad.net

Commit message

bzr commit -m "fixed bug 887313 (Song Usage records printed songs when it should not )" --fixes lp:887313

Description of the change

Hello,

fixed bug 887313 (Song Usage records printed songs when it should not)

To post a comment you must log in.
Revision history for this message
Tim Bentley (trb143) wrote :

Approved

review: Approve
Revision history for this message
Raoul Snyman (raoul-snyman) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'openlp/core/ui/printserviceform.py'
2--- openlp/core/ui/printserviceform.py 2011-08-26 10:21:47 +0000
3+++ openlp/core/ui/printserviceform.py 2011-12-03 18:04:29 +0000
4@@ -402,6 +402,9 @@
5 settings.endGroup()
6
7 def update_song_usage(self):
8+ # Only continue when we include the song's text.
9+ if not self.slideTextCheckBox.isChecked():
10+ return
11 for index, item in enumerate(self.serviceManager.serviceItems):
12 # Trigger Audit requests
13 Receiver.send_message(u'print_service_started',