summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2016-05-23 20:02:17 +0200
committerBastien Nocera <hadess@hadess.net>2016-05-23 20:19:36 +0200
commit6429f793f1145f0f8cadb5cf3a8cfff5d5e67ad0 (patch)
tree4db058126ae8e1fe2cd00f84b8a62fa777762861
parenteb4d8a746bcb53b4db6ace38b939d3006352fe0c (diff)
downloadgnome-bluetooth-6429f793f1145f0f8cadb5cf3a8cfff5d5e67ad0.tar.gz
lib: Add a FIXME
We have a potential hang when finalizing the settings widget, so document it.
-rw-r--r--lib/bluetooth-settings-widget.c1
1 files changed, 1 insertions, 0 deletions
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);