GNOME Bugzilla – Bug 664476
Wizard forgets user choice of fixed PIN if no changes are made in dialog
Last modified: 2011-11-21 15:50:59 UTC
Created attachment 201818 [details] [review] Do not overwrite user_pincode when setting up the PIN dialog Steps to reproduce: 1. open PIN options dialog 2. select an option other than "Automatic PIN selection" 3. close the dialog 4. open PIN options dialog again 5. choice made at step 2 is shown as expected 6. close the dialog without changing anything 7. open PIN options dialog for the third time 8. Automatic PIN is selected instead of option shown at steps 2 and 5
Review of attachment 201818 [details] [review]: This patch removes the old_pincode logic because the dialog is instant apply; it also doesn't free user_pincode because it is done if needed by set_user_pincode(); finally it adds support for the "Do not pair option".