31
31
""" Display the Edit bookmark dialog and perform the needed actions. """
32
def __init__(self, gladefile, comm, dialog):
33
33
""" Initialize the Edit bookmark dialog. """
34
34
self.gladefile = gladefile
35
35
self.glade = gtk.glade.XML(self.gladefile, 'window_bookmark', 'olive-gtk')
42
40
self.window = self.glade.get_widget('window_bookmark')