From 209a5285612cbc3b4ffa42fbc7d1be5da0a6a05e Mon Sep 17 00:00:00 2001 From: Jan-Michael Brummer Date: Tue, 17 Sep 2013 19:46:25 +0200 Subject: [PATCH] Sharing: Allow screen sharing approving without remote control enabled Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=703898 --- panels/sharing/cc-sharing-panel.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/panels/sharing/cc-sharing-panel.c b/panels/sharing/cc-sharing-panel.c index 052c4a833..ead408c25 100644 --- a/panels/sharing/cc-sharing-panel.c +++ b/panels/sharing/cc-sharing-panel.c @@ -918,10 +918,6 @@ cc_sharing_panel_setup_screen_sharing_dialog (CcSharingPanel *self) WID ("remote-control-box"), NULL); - cc_sharing_panel_bind_switch_to_widgets (WID ("remote-control-switch"), - WID ("remote-control-grid"), - NULL); - cc_sharing_panel_bind_switch_to_widgets (WID ("remote-control-require-password-switch"), WID ("password-grid"), NULL);