[gnome-bluetooth/benzea/disable-discovering-on-widget-destruction: 2/3] settings: Remove outdated fixme to disable discoverability
- From: Benjamin Berg <bberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth/benzea/disable-discovering-on-widget-destruction: 2/3] settings: Remove outdated fixme to disable discoverability
- Date: Mon, 18 Mar 2019 14:57:40 +0000 (UTC)
commit a97756608288ca4a07d03a3ca79a406e3eac6085
Author: Benjamin Berg <bberg redhat com>
Date: Mon Mar 18 15:54:41 2019 +0100
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.
lib/bluetooth-settings-widget.c | 3 ---
1 file changed, 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]