146
146
""" Display Informations window and perform the needed actions. """
148
148
""" Initialize the Informations window. """
149
149
self.glade = gtk.glade.XML(gladefile, 'window_info', 'olive-gtk')
151
154
# Get the Informations window widget
152
155
self.window = self.glade.get_widget('window_info')
154
157
# Check if current location is a branch
158
161
except errors.NotBranchError: