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 549730 - Displays innaccurate buttons when changing keyring password
Displays innaccurate buttons when changing keyring password
Status: RESOLVED FIXED
Product: gnome-keyring
Classification: Core
Component: prompting
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME keyring maintainer(s)
GNOME keyring maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2008-08-28 17:13 UTC by Adam Schreiber
Modified: 2008-08-31 18:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Adds button label (2.43 KB, patch)
2008-08-28 17:15 UTC, Adam Schreiber
committed Details | Review

Description Adam Schreiber 2008-08-28 17:13:00 UTC
When changing the keyring password in the Seahorse preferences, the button reads Create instead of Change.  This is a side effect of the previous button name changing without considering this dialog as well.
Comment 1 Adam Schreiber 2008-08-28 17:15:50 UTC
Created attachment 117536 [details] [review]
Adds button label
Comment 2 Stef Walter 2008-08-31 18:25:40 UTC
 Applied. Thanks!

2008-08-31  Stef Walter  <stef@memberwebs.com>

	* daemon/gkr-daemon-ops.c:
	* daemon/ui/gkr-ask-request.h:
	* daemon/ui/gkr-ask-tool.c: Use proper text for button when
	prompting to change password. Fixes bug #549730. Patch by
	Adam Schreiber.