mirror of https://github.com/libsdl-org/SDL.git
Change DBUS introspection timer from INFINITE -> DEFAULT when introspecting available dialog services
This commit is contained in:
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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue