36
36
""" Display Commit dialog and perform the needed actions. """
37
def __init__(self, wt, wtpath, standalone=False):
37
def __init__(self, wt, wtpath, notbranch):
38
38
""" Initialize the Commit dialog.
39
39
:param wt: bzr working tree object
40
40
:param wtpath: path to working tree root
44
44
self.glade = gtk.glade.XML(GLADEFILENAME, 'window_commit', 'olive-gtk')
51
50
# Get some important widgets
52
51
self.window = self.glade.get_widget('window_commit')