[gnome-bluetooth/wip/hadess/fix-shell-menu] fixup! lib: Merge device removal with adapter removal
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth/wip/hadess/fix-shell-menu] fixup! lib: Merge device removal with adapter removal
- Date: Wed, 23 Feb 2022 19:09:53 +0000 (UTC)
commit 82a640bbfefa0b885ae144f4e2ee4f0dd7e42698
Author: Bastien Nocera <hadess hadess net>
Date: Wed Feb 23 20:09:44 2022 +0100
fixup! lib: Merge device removal with adapter removal
lib/bluetooth-client.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lib/bluetooth-client.c b/lib/bluetooth-client.c
index 5bc13daf..e3d10d5a 100644
--- a/lib/bluetooth-client.c
+++ b/lib/bluetooth-client.c
@@ -388,7 +388,7 @@ queue_device_removal (BluetoothClient *client,
{
client->removed_devices_queue = g_list_prepend (client->removed_devices_queue,
g_strdup (path));
- client->removed_devices_queue_id = g_idle_add ((GSourceFunc) unqueue_device_removal, client);
+ client->removed_devices_queue_id = g_timeout_add (100, (GSourceFunc) unqueue_device_removal, client);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]