231
231
def on_menuitem_branch_commit_activate(self, widget):
232
232
""" Branch/Commit... menu handler. """
234
commit = CommitDialogNew(self.wt, self.wtpath, self.notbranch, self.get_selected_right(), self.window)
234
commit = CommitDialog(self.wt, self.wtpath, self.notbranch, self.get_selected_right(), self.window)
236
236
if response != gtk.RESPONSE_NONE: