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;
|
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);
|
dbus->message_unref(msg);
|
||||||
if (!reply) {
|
if (!reply) {
|
||||||
goto done;
|
goto done;
|
||||||
|
|||||||
Reference in New Issue
Block a user