127
127
self.file_info_box.hide()
129
129
if self._branch is not None and self._branch.repository.has_signature_for_revision_id(revision.revision_id):
130
131
self.signature_label.set_text("This revision has been signed, but the authenticity of the signature cannot be verified.")
132
134
self.signature_label.set_text("This revision has not been signed.")
134
136
def _show_clicked_cb(self, widget, revid, parentid):