From f72c1f860ddfc59af32472b5777d4afdc1d8f280 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 18 Feb 2021 17:53:36 +0100 Subject: settings-widget: Make device connection cancellable In case we exit quickly. --- lib/bluetooth-settings-widget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bluetooth-settings-widget.c b/lib/bluetooth-settings-widget.c index 54efa486..21080fc4 100644 --- a/lib/bluetooth-settings-widget.c +++ b/lib/bluetooth-settings-widget.c @@ -851,7 +851,7 @@ connect_timeout_cb (gpointer user_data) SetupConnectData *data = (SetupConnectData *) user_data; BluetoothSettingsWidgetPrivate *priv = BLUETOOTH_SETTINGS_WIDGET_GET_PRIVATE (data->self); - bluetooth_client_connect_service (priv->client, data->device, TRUE, NULL, connect_callback, data); + bluetooth_client_connect_service (priv->client, data->device, TRUE, priv->cancellable, connect_callback, data); data->timeout_id = 0; return G_SOURCE_REMOVE; -- cgit v1.2.1