From 70a4183168604b22f830a7541e3cdeb5479642f1 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 14 Nov 2013 23:46:00 +0100 Subject: [PATCH] sharing: Fix crash when turning off Sharing Another fallout from: 05a4f6d3d9620782fa5d1a279ef84c11701247d1 https://bugzilla.gnome.org/show_bug.cgi?id=712338 --- panels/sharing/cc-sharing-panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panels/sharing/cc-sharing-panel.c b/panels/sharing/cc-sharing-panel.c index 178218063..8947e8020 100644 --- a/panels/sharing/cc-sharing-panel.c +++ b/panels/sharing/cc-sharing-panel.c @@ -100,7 +100,7 @@ cc_sharing_panel_master_switch_notify (GtkSwitch *gtkswitch, gtk_switch_set_active (GTK_SWITCH (WID ("share-public-folder-on-network-switch")), FALSE); gtk_switch_set_active (GTK_SWITCH (WID ("share-media-switch")), FALSE); - gtk_switch_set_active (GTK_SWITCH (WID ("share-public-folder-switch")), + gtk_switch_set_active (GTK_SWITCH (WID ("save-received-files-to-downloads-switch")), FALSE); }