[gedit] Use the correct proxy flags



commit 4981fb74dbf3992f59bde48b9aa0dbd6b841ee69
Author: Garrett Regier <alias301 gmail com>
Date:   Sat Jan 1 12:39:46 2011 -0800

    Use the correct proxy flags

 gedit/gedit-dbus.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gedit/gedit-dbus.c b/gedit/gedit-dbus.c
index b86fa55..8185234 100644
--- a/gedit/gedit-dbus.c
+++ b/gedit/gedit-dbus.c
@@ -713,7 +713,7 @@ handle_slave (GeditDBus *dbus)
 {
 	/* send the requested commands to the master */
 	GDBusConnection *conn;
-	GDBusCallFlags flags;
+	GDBusProxyFlags flags;
 	GeditCommandLine *command_line;
 
 	conn = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, NULL);
@@ -733,7 +733,7 @@ handle_slave (GeditDBus *dbus)
 	}
 
 	g_dbus_proxy_new (conn,
-	                  G_BUS_NAME_WATCHER_FLAGS_NONE,
+	                  flags,
 	                  NULL,
 	                  "org.gnome.gedit",
 	                  "/org/gnome/gedit",



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