/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 commit.py

  • Committer: Szilveszter Farkas (Phanatic)
  • Date: 2007-02-04 13:47:26 UTC
  • mto: (157.1.4 trunk) (170.1.3 trunk)
  • mto: This revision was merged to the branch mainline in revision 160.
  • Revision ID: szilveszter.farkas@gmail.com-20070204134726-tghtzdg7rwblzbze
The Diff window won't freeze when calling from the Commit dialog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
169
169
            _selected = model.get_value(iter, 1)
170
170
            
171
171
            diff = DiffWindow()
 
172
            diff.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_DIALOG)
 
173
            diff.set_modal(True)
172
174
            parent_tree = self.wt.branch.repository.revision_tree(self.wt.branch.last_revision())
173
175
            diff.set_diff(self.wt.branch.nick, self.wt, parent_tree)
174
176
            try: