mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
Change DBUS introspection timer from INFINITE -> DEFAULT when introspecting available dialog services
This commit is contained in:

committed by
Sam Lantinga

parent
c21bc48a70
commit
1c008d8ed0
@@ -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;
|
||||
|
Reference in New Issue
Block a user