diff --git a/.bzrignore b/.bzrignore index 390fde6af..6b7b989a6 100644 --- a/.bzrignore +++ b/.bzrignore @@ -34,3 +34,9 @@ __pycache__ *.dll .directory *.kate-swp +# Git files +.git +.gitignore +# Rejected diff's +*.rej +*.~\?~ diff --git a/openlp/core/ui/projector/wizard.py b/openlp/core/ui/projector/wizard.py index 82168aed0..d60019471 100644 --- a/openlp/core/ui/projector/wizard.py +++ b/openlp/core/ui/projector/wizard.py @@ -492,7 +492,7 @@ class ConnectEditPage(ConnectBase): self.wizard().projector.location = location self.wizard().projector.notes = notes self.wizard().projector.pin = pin - saved = self.db.update_projector(self.wizard().projector) + saved = self.wizard().db.update_projector(self.wizard().projector) if not saved: QtGui.QMessageBox.error(self, translate('OpenLP.ProjectorWizard', 'Database Error'), translate('OpenLP.ProjectorWizard', 'There was an error saving projector '