After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 551377 - Deleting SSH key fails
Deleting SSH key fails
Status: RESOLVED FIXED
Product: seahorse
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: 2.22.0
Assigned To: Seahorse Maintainer
Seahorse Maintainer
Depends on:
Blocks:
 
 
Reported: 2008-09-08 14:25 UTC by Adam Schreiber
Modified: 2008-09-13 14:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Adam Schreiber 2008-09-08 14:25:03 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
Comment 1 Stef Walter 2008-09-13 14:29:16 UTC
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