Skip to content

pgp: KeyserverResults: don't subclass Catalog

Niels De Graef requested to merge wip/nielsdg/keyserver-results-no-catalog into master

We didn't really use the methods from Seahorse.Catalog anyway, and we can now use different UI widgets. Removing this as the parent class allows us to clean up both Catalog and KeyManager, which are quite intertwined.

Merge request reports