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')
154
151
# Get the Informations window widget
155
152
self.window = self.glade.get_widget('window_info')
157
154
# Check if current location is a branch
161
158
except errors.NotBranchError: