[gnome-control-center] sharing: prevent incorrect sensitivity of the screen sharing password entry



commit 3e0235fd1abe31cb550a5b51f87d0b199ef93d11
Author: Thomas Wood <thomas wood intel com>
Date:   Tue Sep 17 16:35:25 2013 +0100

    sharing: prevent incorrect sensitivity of the screen sharing password entry
    
    Both the GSettings binding and "require password" switch were attempting to
    control the sensitivity of the screen sharing password entry, so allow the
    require password switch to control the sensitivity of the parent container
    instead.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703521

 panels/sharing/cc-sharing-panel.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/panels/sharing/cc-sharing-panel.c b/panels/sharing/cc-sharing-panel.c
index 4aa24f6..052c4a8 100644
--- a/panels/sharing/cc-sharing-panel.c
+++ b/panels/sharing/cc-sharing-panel.c
@@ -923,8 +923,7 @@ cc_sharing_panel_setup_screen_sharing_dialog (CcSharingPanel *self)
                                            NULL);
 
   cc_sharing_panel_bind_switch_to_widgets (WID ("remote-control-require-password-switch"),
-                                           WID ("remote-control-password-entry"),
-                                           WID ("remote-control-password-label"),
+                                           WID ("password-grid"),
                                            NULL);
 
   cc_sharing_panel_setup_label_with_hostname (self,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]