34
34
""" Display the Make directory dialog and perform the needed actions. """
35
def __init__(self, gladefile, comm, dialog):
35
def __init__(self, gladefile, wt, wtpath, dialog):
36
36
""" Initialize the Make directory dialog. """
37
37
self.gladefile = gladefile
38
38
self.glade = gtk.glade.XML(self.gladefile, 'window_mkdir', 'olive-gtk')