[Pkg-bazaar-commits] ./bzr-gtk/unstable r485: Disable signature tab until we actually start verifying the testament.

Jelmer Vernooij jelmer at samba.org
Fri Apr 10 07:50:27 UTC 2009


------------------------------------------------------------
revno: 485
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sun 2008-05-04 20:28:46 +0200
message:
  Disable signature tab until we actually start verifying the testament.
modified:
  NEWS
  revisionview.py
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2008-05-04 18:16:01 +0000
+++ b/NEWS	2008-05-04 18:28:46 +0000
@@ -6,8 +6,6 @@
 
   * Use new D-Bus revision signal. (James Henstridge, #206443)
 
-  * Switched to using Seahorse to verify signatures. (Daniel Schierbeck)
-
  UI
 
   * Made the tags associated with a revision render next to the revision
@@ -57,7 +55,7 @@
 
   * Support child_submit_to setting in gsend. (Jelmer Vernooij)
 
-  * Add tab if revision view showing the signature status. (Daniel Schierbeck, Jelmer Vernooij)
+  * Add tab to revision view showing the signature status (not yet enabled). (Daniel Schierbeck, Jelmer Vernooij)
 
  INTERNALS
 

=== modified file 'revisionview.py'
--- a/revisionview.py	2008-05-01 21:22:33 +0000
+++ b/revisionview.py	2008-05-04 18:28:46 +0000
@@ -317,8 +317,9 @@
 
         self._create_general()
         self._create_relations()
-        if has_seahorse:
-            self._create_signature()
+        # Disabled because testaments aren't verified yet:
+        # if has_seahorse:
+        #    self._create_signature()
         self._create_file_info_view()
         self._create_bugs()
 



More information about the Pkg-bazaar-commits mailing list