/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to olive/__init__.py

  • Committer: Jelmer Vernooij
  • Date: 2006-11-02 23:01:58 UTC
  • mto: (66.2.3 bzr-gtk)
  • mto: This revision was merged to the branch mainline in revision 108.
  • Revision ID: jelmer@samba.org-20061102230158-a3db0c4fdbd00640
Cherrypick Alexanders' fix for #68127.

Show diffs side-by-side

added added

removed removed

Lines of Context:
223
223
    def on_menuitem_branch_commit_activate(self, widget):
224
224
        """ Branch/Commit... menu handler. """
225
225
        from commit import CommitDialog
226
 
        commit = CommitDialog(self.wt, self.wtpath)
 
226
        commit = CommitDialog(self.wt, self.wtpath, self.notbranch)
227
227
        commit.display()
228
228
    
229
229
    def on_menuitem_branch_merge_activate(self, widget):