summaryrefslogtreecommitdiff
path: root/src/tube-dbus.c
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2012-05-23 12:31:39 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2012-05-23 12:31:39 +0100
commit4d2d6969223b71f58e8968b089aae016fca2e609 (patch)
treed6f25000fc5a7c4f6944a1ae527350d7d58aac44 /src/tube-dbus.c
parent9156cecdd2473e065a3d7104bc6233306c166106 (diff)
downloadtelepathy-salut-4d2d6969223b71f58e8968b089aae016fca2e609.tar.gz
tube-dbus: explicitly set the requested property
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'src/tube-dbus.c')
-rw-r--r--src/tube-dbus.c4
1 files changed, 3 insertions, 1 deletions
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;