/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 seahorse.py

  • Committer: Daniel Schierbeck
  • Date: 2008-04-03 14:07:56 UTC
  • mto: (450.1.18 trunk)
  • mto: This revision was merged to the branch mainline in revision 458.
  • Revision ID: daniel.schierbeck@gmail.com-20080403140756-ru2uqoa9lkjagzsb
Fixed issue with empty keys.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
        self.display_name = None
78
78
        self.location = None
79
79
 
80
 
        discover(key)
 
80
        if self.is_available():
 
81
            discover(key)
81
82
 
82
83
    def get_field(self, field, default=None):
83
84
        (valid, value) = openpgp.GetKeyField(self.key, field)