From f583be0c76725a0e7d2b884ab2108f52a672a066 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sun, 30 Jun 2013 19:39:38 +0100 Subject: [PATCH] fix registry call --- openlp/core/ui/mainwindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/ui/mainwindow.py b/openlp/core/ui/mainwindow.py index ffc0ebf16..c14a50d69 100644 --- a/openlp/core/ui/mainwindow.py +++ b/openlp/core/ui/mainwindow.py @@ -1066,7 +1066,7 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow): self.live_controller.display = None if os.name == u'nt': # Needed for Windows to stop crashes on exit - Registry.remove(u'application') + Registry().remove(u'application') def service_changed(self, reset=False, serviceName=None): """