Disconnect wifi device changed callback
This commit is contained in:
parent
a2e494f418
commit
f103ca3d04
1 changed files with 4 additions and 0 deletions
|
@ -512,6 +512,10 @@ device_removed_cb (CcWifiPanel *self, NMDevice *device)
|
||||||
|
|
||||||
remove_wifi_device (self, device);
|
remove_wifi_device (self, device);
|
||||||
check_main_stack_page (self);
|
check_main_stack_page (self);
|
||||||
|
|
||||||
|
g_signal_handlers_disconnect_by_func (device,
|
||||||
|
G_CALLBACK (device_state_changed_cb),
|
||||||
|
self);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue