network: Remove a spurious signal handler

https://bugzilla.gnome.org/show_bug.cgi?id=707906
This commit is contained in:
Rui Matos 2013-09-11 14:14:23 +02:00
parent f8f420256b
commit aee3f9d82d

View file

@ -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);
}