diff options
author | Benjamin Berg <bberg@redhat.com> | 2019-03-18 15:54:41 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2019-03-21 10:34:00 +0000 |
commit | 560acdbe897365b2f2c4b950fc2078b9b505d314 (patch) | |
tree | 57e990604442fc156448a8fa85a9a5e6c728afd3 /lib | |
parent | ebc55bda1ba225a1a980892d717ed250b1dc1308 (diff) | |
download | gnome-bluetooth-560acdbe897365b2f2c4b950fc2078b9b505d314.tar.gz |
settings: Remove outdated fixme to disable discoverability
Discoverability is automatically disabled again on widget finalization.
Remove the old fixme as the issue has been solved since.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/bluetooth-settings-widget.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/bluetooth-settings-widget.c b/lib/bluetooth-settings-widget.c index 497c1999..efa09521 100644 --- a/lib/bluetooth-settings-widget.c +++ b/lib/bluetooth-settings-widget.c @@ -1353,9 +1353,6 @@ default_adapter_changed (BluetoothClient *client, g_debug ("Default adapter changed to: %s", default_adapter ? default_adapter : "(none)"); g_object_set (G_OBJECT (client), "default-adapter-discovering", default_adapter != NULL, NULL); - - /* FIXME: This should turn off automatically when - * the settings panel goes away */ g_object_set (G_OBJECT (client), "default-adapter-discoverable", default_adapter != NULL, NULL); g_signal_emit (G_OBJECT (self), signals[ADAPTER_STATUS_CHANGED], 0); |