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

  • Committer: Jelmer Vernooij
  • Date: 2008-05-04 18:16:01 UTC
  • Revision ID: jelmer@samba.org-20080504181601-u5gh89q8l2we201l
Fix display of children in branchview.

Show diffs side-by-side

added added

removed removed

Lines of Context:
317
317
 
318
318
        self._create_general()
319
319
        self._create_relations()
320
 
        # Disabled because testaments aren't verified yet:
321
 
        # if has_seahorse:
322
 
        #    self._create_signature()
 
320
        if has_seahorse:
 
321
            self._create_signature()
323
322
        self._create_file_info_view()
324
323
        self._create_bugs()
325
324