32
32
import olive.backend.errors as errors
33
33
import olive.backend.info as info
38
36
""" Display Informations window and perform the needed actions. """
37
def __init__(self, gladefile, comm, dialog):
40
38
""" Initialize the Informations window. """
41
39
self.gladefile = gladefile
42
40
self.glade = gtk.glade.XML(self.gladefile, 'window_info')
48
47
# Get the Informations window widget
49
48
self.window = self.glade.get_widget('window_info')