From 4d2d6969223b71f58e8968b089aae016fca2e609 Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Wed, 23 May 2012 12:31:39 +0100 Subject: tube-dbus: explicitly set the requested property Signed-off-by: Jonny Lamb --- src/tube-dbus.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/tube-dbus.c') diff --git a/src/tube-dbus.c b/src/tube-dbus.c index cfa504bf..e92dde9b 100644 --- a/src/tube-dbus.c +++ b/src/tube-dbus.c @@ -1455,7 +1455,8 @@ salut_tube_dbus_new (SalutConnection *conn, TpHandle initiator, const gchar *service, GHashTable *parameters, - guint id) + guint id, + gboolean requested) { SalutTubeDBus *tube; gchar *object_path; @@ -1475,6 +1476,7 @@ salut_tube_dbus_new (SalutConnection *conn, "service", service, "parameters", parameters, "id", id, + "requested", requested, NULL); return tube; -- cgit v1.2.1