34
34
""" Display the Add file(s) dialog and perform the needed actions. """
35
def __init__(self, gladefile, wt, wtpath):
35
def __init__(self, gladefile, wt, wtpath, selected=[]):
36
36
""" Initialize the Add file(s) dialog. """
37
37
self.gladefile = gladefile
38
38
self.glade = gtk.glade.XML(self.gladefile, 'window_add', 'olive-gtk')