GNOME Bugzilla – Bug 691915
sharing: add a 'show password' checkbox
Last modified: 2013-01-23 10:33:26 UTC
The personal file sharing popup has a password entry without such a checkbox. I think every password entry should have one.
The same goes for the screen sharing popup.
The file sharing password is stored as a has so can't be retrieved for display, so it wouldn't be possible to add a "show password" checkbox for this option. However, the screen sharing dialog should be able to have a "show password" checkbox.
Created attachment 234096 [details] [review] sharing: add a "show password" check button to the screen sharing dialog
Review of attachment 234096 [details] [review]: ::: panels/sharing/cc-sharing-panel.c @@ +699,3 @@ vino_get_password, vino_set_password, NULL, NULL); + + g_signal_connect (WID ("show-password-checkbutton"), "toggled", g_object_bind_property()?
Comment on attachment 234096 [details] [review] sharing: add a "show password" check button to the screen sharing dialog Commit 542db2b pushed with the change suggested above.