diff options
author | Milan Crha <mcrha@redhat.com> | 2010-07-30 03:07:26 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-07-30 03:07:26 +0800 |
commit | 52ad80d6014a82cb64903d5a452083f5f923a034 (patch) | |
tree | 9b8d174ee87cb06b3356c617eb912a0ee20a26b7 /plugins | |
parent | efba3b0b74955cfbe7b825aaab231923de732a46 (diff) | |
download | gsoc2013-evolution-52ad80d6014a82cb64903d5a452083f5f923a034.tar.gz gsoc2013-evolution-52ad80d6014a82cb64903d5a452083f5f923a034.tar.zst gsoc2013-evolution-52ad80d6014a82cb64903d5a452083f5f923a034.zip |
Bug #625606 - git/master build dies with glib-2.25.12
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mail-notification/mail-notification.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mail-notification/mail-notification.c b/plugins/mail-notification/mail-notification.c index d988091fc2..985ef9ba5d 100644 --- a/plugins/mail-notification/mail-notification.c +++ b/plugins/mail-notification/mail-notification.c @@ -161,7 +161,7 @@ send_dbus_message (const gchar *name, g_dbus_message_set_body (message, g_variant_builder_end (builder)); /* Sends the message */ - g_dbus_connection_send_message (connection, message, NULL, &error); + g_dbus_connection_send_message (connection, message, G_DBUS_SEND_MESSAGE_FLAGS_NONE, NULL, &error); /* Frees the message */ g_object_unref (message); |