summaryrefslogtreecommitdiff
path: root/panels/network/net-device-mobile.c
diff options
context:
space:
mode:
authorRui Matos <tiagomatos@gmail.com>2013-09-11 14:14:23 +0200
committerRui Matos <tiagomatos@gmail.com>2013-09-11 16:46:35 +0200
commitaee3f9d82d37a680ad37d0f7072ad64cc3f7b6f4 (patch)
treecfdf6a3077eb25890ce24daa49fcf2ce177b150d /panels/network/net-device-mobile.c
parentf8f420256bfa4a589472536c09c867bd64847fb6 (diff)
downloadgnome-control-center-aee3f9d82d37a680ad37d0f7072ad64cc3f7b6f4.tar.gz
network: Remove a spurious signal handler
https://bugzilla.gnome.org/show_bug.cgi?id=707906
Diffstat (limited to 'panels/network/net-device-mobile.c')
-rw-r--r--panels/network/net-device-mobile.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/panels/network/net-device-mobile.c b/panels/network/net-device-mobile.c
index 8e59cc9dd..6c35524f5 100644
--- a/panels/network/net-device-mobile.c
+++ b/panels/network/net-device-mobile.c
@@ -937,9 +937,4 @@ net_device_mobile_init (NetDeviceMobile *device_mobile)
"button_options"));
g_signal_connect (widget, "clicked",
G_CALLBACK (edit_connection), device_mobile);
-
- widget = GTK_WIDGET (gtk_builder_get_object (device_mobile->priv->builder,
- "device_off_switch"));
- g_signal_connect (widget, "notify::active",
- G_CALLBACK (device_off_toggled), device_mobile);
}