Minor fix.

This commit is contained in:
Raoul Snyman 2009-05-01 14:32:08 +02:00
parent 717e56fff7
commit 7bac2ac6e3
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class MainWindow(object):
def __init__(self, screens):
self.main_window = QtGui.QMainWindow()
self.main_display = MainDisplay(self.main_window, screens)
self.main_display = MainDisplay(None, screens)
self.screen_list = screens
self.EventManager = EventManager()
self.alert_form = AlertForm()