[gedit] Update for latest gdbus API changes



commit 779c07435747389b34b19232d1f43f6244c61763
Author: Frédéric Péters <fpeters 0d be>
Date:   Wed Jul 21 10:26:00 2010 +0200

    Update for latest gdbus API changes

 configure.ac       |    2 +-
 gedit/gedit-dbus.c |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5ed1484..ac2aa65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -268,7 +268,7 @@ dnl ================================================================
 
 PKG_CHECK_MODULES(GEDIT, [
 	libxml-2.0 >= 2.5.0
-	glib-2.0 >= 2.25.6
+	glib-2.0 >= 2.25.12
 	gthread-2.0 >= 2.13.0
 	gio-2.0 >= 2.25.11
 	gtk+-3.0 >= 2.90.6
diff --git a/gedit/gedit-dbus.c b/gedit/gedit-dbus.c
index 83d9da4..51f907c 100644
--- a/gedit/gedit-dbus.c
+++ b/gedit/gedit-dbus.c
@@ -698,6 +698,7 @@ command_line_proxy_ready (GDBusConnection *connection,
 
 	g_dbus_connection_send_message_with_reply (g_dbus_proxy_get_connection (proxy),
 	                                           message,
+	                                           G_DBUS_SEND_MESSAGE_FLAGS_NONE,
 	                                           -1,
 	                                           NULL,
 	                                           NULL,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]