← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~raoul-snyman/openlp/bugfixes into lp:openlp

 

Raoul Snyman has proposed merging lp:~raoul-snyman/openlp/bugfixes into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)

-- 
https://code.launchpad.net/~raoul-snyman/openlp/bugfixes/+merge/22434
Your team OpenLP Core is subscribed to branch lp:openlp.
=== modified file 'openlp/core/ui/servicenoteform.py'
--- openlp/core/ui/servicenoteform.py	2010-03-22 18:33:54 +0000
+++ openlp/core/ui/servicenoteform.py	2010-03-30 07:13:16 +0000
@@ -24,7 +24,7 @@
 ###############################################################################
 
 from PyQt4 import QtCore, QtGui
-from serviceitemdialog import Ui_ServiceNoteEdit
+from servicenotedialog import Ui_ServiceNoteEdit
 
 class ServiceNoteForm(QtGui.QDialog, Ui_ServiceNoteEdit):
     """


Follow ups