fix registry call

This commit is contained in:
Tim Bentley 2013-06-30 19:39:38 +01:00
parent 1d571507db
commit f583be0c76
1 changed files with 1 additions and 1 deletions

View File

@ -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):
"""