35
35
""" Display Commit dialog and perform the needed actions. """
36
def __init__(self, wt, wtpath, standalone=False):
38
43
self.glade = gtk.glade.XML(GLADEFILENAME, 'window_commit', 'olive-gtk')
43
50
# Get some important widgets
44
51
self.window = self.glade.get_widget('window_commit')
45
52
self.checkbutton_local = self.glade.get_widget('checkbutton_commit_local')