146
146
""" Display Informations window and perform the needed actions. """
147
def __init__(self, gladefile, comm, dialog):
148
148
""" Initialize the Informations window. """
149
149
self.gladefile = gladefile
150
150
self.glade = gtk.glade.XML(self.gladefile, 'window_info', 'olive-gtk')
157
155
# Get the Informations window widget
158
156
self.window = self.glade.get_widget('window_info')