GNOME Bugzilla – Bug 551377
Deleting SSH key fails
Last modified: 2008-09-13 14:29:16 UTC
Deleting a ssh key fails with ** (seahorse:7696): CRITICAL **: seahorse_ssh_source_remove: assertion `SEAHORSE_IS_SSH_KEY (sksrc)' failed ** (seahorse:7696): CRITICAL **: seahorse_source_delete_objects: assertion `op != NULL' failed on the console
Thanks fixed. Was an erroneous precondition. 2008-09-13 Stef Walter <stef@memberwebs.com> * ssh/seahorse-ssh-source.c: Fix problem deleting SSH keys. Fixes bug #551377