Comment 12 for bug 107169

Revision history for this message
Elliot Murphy (statik) wrote :

I have proposed this patch on the bzr-gtk mailing list:
=== modified file 'revisionview.py'
--- revisionview.py 2008-05-26 21:10:10 +0000
+++ revisionview.py 2008-06-04 15:17:57 +0000
@@ -28,7 +28,7 @@

 try:
     from bzrlib.plugins.gtk import seahorse
-except ImportError:
+except:
     has_seahorse = False
 else:
     has_seahorse = True