/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: Daniel Schierbeck
  • Date: 2008-01-22 20:56:07 UTC
  • mto: (450.1.11 trunk) (399.1.17 signatures)
  • mto: This revision was merged to the branch mainline in revision 458.
  • Revision ID: daniel.schierbeck@gmail.com-20080122205607-xr31mir52jw32hr8
Split long line.

Show diffs side-by-side

added added

removed removed

Lines of Context:
494
494
                self.signature_label.set_text("This revision has been signed.")
495
495
            else:
496
496
                self.signature_image.set_from_file("icons/sign-bad.png")
497
 
                self.signature_label.set_text("This revision has been signed, but the authenticity of the signature cannot be verified.")
 
497
                self.signature_label.set_text("This revision has been signed, " + 
 
498
                        "but the authenticity of the signature cannot be verified.")
498
499
        else:
499
500
            self.signature_key_id.set_text("")
500
501
            self.signature_image.set_from_file("icons/sign-unknown.png")