GNOME Bugzilla – Bug 205588
Remember-this-password checkbox is slightly misplaced
Last modified: 2005-11-15 02:22:21 UTC
The Remember-this-password checkbox which has recently been added to the "Enter your password" dialog is in the wrong place. This checkbox should be beneath the password entry. See, before the user has entered her password, there is no password to remember. After the password has been entered, then it is appropriate to ask whether or not the user wishes for it to be remembered.
This might actually be somewhat hard to achieve... we use a GnomeRequestDialog which creates the entry for us. I gtk_box_pack_end'ed the checkbutton in, but it still appears above the password. However, I can't believe that this would be too hard to pull off...
Fixed. Messily. But fixed.