97
97
class OliveRemoveDialog(gtk.Dialog):
98
98
""" This class wraps the old Remove window into a gtk.Dialog. """
100
def __init__(self, wt, wtpath, selected=[], parent=None, single=False):
100
def __init__(self, wt, wtpath, selected=[], parent=None):
101
101
""" Initialize the Remove file(s) dialog. """
102
102
gtk.Dialog.__init__(self, title="Remove files - Olive",