Change DBUS introspection timer from INFINITE -> DEFAULT when introspecting available dialog services

This commit is contained in:
Adam Kewley
2025-01-28 12:42:58 +01:00
committed by Sam Lantinga
parent c21bc48a70
commit 1c008d8ed0

View File

@@ -497,7 +497,7 @@ bool SDL_Portal_detect(void)
goto done;
}
reply = dbus->connection_send_with_reply_and_block(dbus->session_conn, msg, DBUS_TIMEOUT_INFINITE, NULL);
reply = dbus->connection_send_with_reply_and_block(dbus->session_conn, msg, DBUS_TIMEOUT_USE_DEFAULT, NULL);
dbus->message_unref(msg);
if (!reply) {
goto done;