/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: Vincent Ladeuil
  • Date: 2008-05-05 18:18:08 UTC
  • mfrom: (487 trunk)
  • mto: (487.1.1 gtk)
  • mto: This revision was merged to the branch mainline in revision 490.
  • Revision ID: v.ladeuil+lp@free.fr-20080505181808-ilh1cyl2v4crpc5i
merge bzr-gtk trunk

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
 
        if has_seahorse:
321
 
            self._create_signature()
 
320
        # Disabled because testaments aren't verified yet:
 
321
        # if has_seahorse:
 
322
        #    self._create_signature()
322
323
        self._create_file_info_view()
323
324
        self._create_bugs()
324
325