/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: Alexander Belchenko
  • Date: 2006-10-27 09:21:37 UTC
  • mto: (66.2.10 trunk)
  • mto: This revision was merged to the branch mainline in revision 118.
  • Revision ID: bialix@ukr.net-20061027092137-b2a12d4337f16649
gcommit reworked again.

- if there is no working tree or there is no branch 
  we need catch bzrlib errors;
- added new error dialog for case when there is 
  no working tree.

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):