From 6429f793f1145f0f8cadb5cf3a8cfff5d5e67ad0 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 23 May 2016 20:02:17 +0200 Subject: lib: Add a FIXME We have a potential hang when finalizing the settings widget, so document it. --- lib/bluetooth-settings-widget.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/bluetooth-settings-widget.c b/lib/bluetooth-settings-widget.c index fc236966..e4760e93 100644 --- a/lib/bluetooth-settings-widget.c +++ b/lib/bluetooth-settings-widget.c @@ -1976,6 +1976,7 @@ bluetooth_settings_widget_finalize (GObject *object) obex_agent_down (); /* See default_adapter_changed () */ + /* FIXME: This is blocking */ if (priv->client) g_object_set (G_OBJECT (priv->client), "default-adapter-discoverable", FALSE, NULL); -- cgit v1.2.1