45
41
""" Display Status window and perform the needed actions. """
46
def __init__(self, gladefile, wt, wtpath, dialog):
42
def __init__(self, gladefile, wt, wtpath):
47
43
""" Initialize the Status window. """
48
44
self.gladefile = gladefile
49
45
self.glade = gtk.glade.XML(self.gladefile, 'window_status')
54
47
# Get the Status window widget
55
48
self.window = self.glade.get_widget('window_status')