network: Remove a spurious signal handler
https://bugzilla.gnome.org/show_bug.cgi?id=707906
This commit is contained in:
parent
f8f420256b
commit
aee3f9d82d
1 changed files with 0 additions and 5 deletions
|
@ -937,9 +937,4 @@ net_device_mobile_init (NetDeviceMobile *device_mobile)
|
||||||
"button_options"));
|
"button_options"));
|
||||||
g_signal_connect (widget, "clicked",
|
g_signal_connect (widget, "clicked",
|
||||||
G_CALLBACK (edit_connection), device_mobile);
|
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);
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue