[Telepathy-commits] [telepathy-glib/master] Parse 'dbus-property' flag in .manager files
Will Thompson
will.thompson at collabora.co.uk
Mon Jan 12 06:57:22 PST 2009
Fixes fd.o #19053
---
telepathy-glib/connection-manager.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/telepathy-glib/connection-manager.c b/telepathy-glib/connection-manager.c
index 5e6c7f5..6f8a0e2 100644
--- a/telepathy-glib/connection-manager.c
+++ b/telepathy-glib/connection-manager.c
@@ -754,6 +754,8 @@ tp_connection_manager_read_file (TpConnectionManager *self,
param->flags |= TP_CONN_MGR_PARAM_FLAG_REGISTER;
if (!tp_strdiff (*iter, "secret"))
param->flags |= TP_CONN_MGR_PARAM_FLAG_SECRET;
+ if (!tp_strdiff (*iter, "dbus-property"))
+ param->flags |= TP_CONN_MGR_PARAM_FLAG_DBUS_PROPERTY;
}
g_strfreev (strv);
--
1.5.6.5
More information about the Telepathy-commits
mailing list