From 52ad80d6014a82cb64903d5a452083f5f923a034 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 29 Jul 2010 21:07:26 +0200 Subject: Bug #625606 - git/master build dies with glib-2.25.12 --- modules/connman/evolution-connman.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/connman/evolution-connman.c') diff --git a/modules/connman/evolution-connman.c b/modules/connman/evolution-connman.c index 18187b41ca..d11fa52577 100644 --- a/modules/connman/evolution-connman.c +++ b/modules/connman/evolution-connman.c @@ -105,7 +105,7 @@ connman_check_initial_state (EConnMan *extension) /* XXX Assuming this should be safe to call synchronously. */ response = g_dbus_connection_send_message_with_reply_sync ( - extension->connection, message, 100, NULL, NULL, &error); + extension->connection, message, G_DBUS_SEND_MESSAGE_FLAGS_NONE, 100, NULL, NULL, &error); if (response != NULL) { gchar *state = NULL; -- cgit v1.2.3