/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 nautilus-bzr.py

  • Committer: Jelmer Vernooij
  • Date: 2008-03-04 18:23:21 UTC
  • mto: (437.1.3 bzr-gtk)
  • mto: This revision was merged to the branch mainline in revision 439.
  • Revision ID: jelmer@samba.org-20080304182321-rng5sldtwvrmhxe8
Fix commit dialog from nautilus.

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
                path = e.path
159
159
 
160
160
        from bzrlib.plugins.gtk.commit import CommitDialog
161
 
        dialog = CommitDialog(tree, path, not branch)
 
161
        dialog = CommitDialog(tree, path)
162
162
        response = dialog.run()
163
163
        if response != gtk.RESPONSE_NONE:
164
164
            dialog.hide()