Rev 485: Disable signature tab until we actually start verifying the testament. in file:///data/jelmer/bzr-gtk/trunk/

Jelmer Vernooij jelmer at samba.org
Sun May 4 19:28:47 BST 2008


At file:///data/jelmer/bzr-gtk/trunk/

------------------------------------------------------------
revno: 485
revision-id: jelmer at samba.org-20080504182846-z98bsigxxnly8b6n
parent: jelmer at samba.org-20080504181601-u5gh89q8l2we201l
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                           news-20070325173539-3va57o99cz3o57xe-1
  revisionview.py                logview.py-20051024072750-4d5c28cb73611027
=== 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 bazaar-commits mailing list