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 703010 - hides the vino password by default
hides the vino password by default
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Sharing
git master
Other All
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-06-24 19:35 UTC by Jonh Wendell
Modified: 2013-06-25 18:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (1.61 KB, patch)
2013-06-24 19:36 UTC, Jonh Wendell
needs-work Details | Review

Description Jonh Wendell 2013-06-24 19:35:28 UTC
if the user clicks on 'show password' check box, close
the dialog and open it again, make sure to hide it.
Comment 1 Jonh Wendell 2013-06-24 19:36:19 UTC
Created attachment 247676 [details] [review]
proposed patch
Comment 2 Thomas Wood 2013-06-25 09:41:12 UTC
Review of attachment 247676 [details] [review]:

I'm not sure the "map" signal is the correct place to do this; the "show" signal should be sufficient.
Comment 3 Jonh Wendell 2013-06-25 18:20:09 UTC
ok, changed that and pushed into master and gnome-3-8, thanks.