From 9bef28b880ecb09897d16020c1aca09f103d13c7 Mon Sep 17 00:00:00 2001 From: Junghoon Park Date: Wed, 19 Jul 2017 02:59:40 +0000 Subject: Revert "Set the timeout about sending dbus message" This reverts commit f89881791650cb49f4bcc68717f9c3f32420e597. Change-Id: I211ec0e7b9842689e7449de5585231b24ab125d0 --- src/aul_window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/aul_window.c b/src/aul_window.c index 8cfff69a..068d3d0a 100644 --- a/src/aul_window.c +++ b/src/aul_window.c @@ -85,7 +85,7 @@ API int aul_window_stack_get(aul_window_stack_h *handle) } reply = g_dbus_connection_send_message_with_reply_sync(system_conn, msg, - G_DBUS_SEND_MESSAGE_FLAGS_NONE, 5000, NULL, NULL, &err); + G_DBUS_SEND_MESSAGE_FLAGS_NONE, -1, NULL, NULL, &err); if (!reply) { if (err != NULL) { @@ -304,7 +304,7 @@ API int aul_window_get_focused_pid(pid_t *pid) } reply = g_dbus_connection_send_message_with_reply_sync(system_conn, msg, - G_DBUS_SEND_MESSAGE_FLAGS_NONE, 5000, NULL, NULL, &err); + G_DBUS_SEND_MESSAGE_FLAGS_NONE, -1, NULL, NULL, &err); if (!reply) { if (err != NULL) { -- cgit v1.2.3