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 366805 - should not iterate through every key when deleting selected
should not iterate through every key when deleting selected
Status: RESOLVED FIXED
Product: seahorse
Classification: Applications
Component: general
git master
Other All
: Normal minor
: 1.0.0
Assigned To: Seahorse Maintainer
Seahorse Maintainer
Depends on:
Blocks:
 
 
Reported: 2006-10-29 12:20 UTC by José Carlos García Sogo
Modified: 2006-11-09 19:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description José Carlos García Sogo 2006-10-29 12:20:00 UTC
From Debian bug #395815 (http://bugs.debian.org/395815)

When you select multiple keys and click delete, a dialog will appear to confirm you want to delete each one of them. While this can be valuable when deleting own keys, I think it is not needed when deleting public keys. Instead, only one dialog confirming the deletion of x (number of keys) keys is needed.

Other information:
Comment 1 Stef Walter 2006-11-09 19:34:03 UTC
Thanks. Fixed:

2006-11-09  Nate Nielsen  <nielsen@memberwebs.com>

    * src/seahorse-delete.c: Don't prompt when deleting each key when 
    deleting public keys. Fixes bug #366805