GDBusConnection: fix message flags in g_dbus_connection_call_sync()

GDBusCallFlags were used instead of GDBusSendMessageFlags for
g_dbus_connection_send_message_with_reply_sync(). Fixes bug #625753.
This commit is contained in:
Carlos Garcia Campos 2010-08-01 12:56:06 +02:00
parent e7c7e46cf2
commit 892012b951

View File

@ -5096,7 +5096,7 @@ g_dbus_connection_call_sync (GDBusConnection *connection,
local_error = NULL;
reply = g_dbus_connection_send_message_with_reply_sync (connection,
message,
flags,
G_DBUS_SEND_MESSAGE_FLAGS_NONE,
timeout_msec,
NULL, /* volatile guint32 *out_serial */
cancellable,