/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 viz/branchwin.py

  • Committer: Daniel Schierbeck
  • Date: 2007-12-06 23:43:26 UTC
  • mto: This revision was merged to the branch mainline in revision 417.
  • Revision ID: daniel.schierbeck@gmail.com-20071206234326-reswd2syv7k0awfn
Re-added support for displaying the children of a revision.

Show diffs side-by-side

added added

removed removed

Lines of Context:
349
349
 
350
350
            self.next_button.set_menu(next_menu)
351
351
 
352
 
            self.revisionview.set_revision(revision, children)
 
352
            self.revisionview.set_revision(revision)
 
353
            self.revisionview.set_children(children)
353
354
 
354
355
    def _back_clicked_cb(self, *args):
355
356
        """Callback for when the back button is clicked."""