fixed bug 887313

Fixes: https://launchpad.net/bugs/887313
This commit is contained in:
Andreas Preikschat 2011-12-03 19:01:36 +01:00
parent 13ec25eef5
commit f34ae80eec
1 changed files with 3 additions and 0 deletions

View File

@ -402,6 +402,9 @@ class PrintServiceForm(QtGui.QDialog, Ui_PrintServiceDialog):
settings.endGroup()
def update_song_usage(self):
# Only continue when we include the song's text.
if not self.slideTextCheckBox.isChecked():
return
for index, item in enumerate(self.serviceManager.serviceItems):
# Trigger Audit requests
Receiver.send_message(u'print_service_started',