[telepathy-gabble/master] Correctly implement mutable contents
Sjoerd Simons
sjoerd.simons at collabora.co.uk
Mon Dec 14 08:17:27 PST 2009
---
src/call-channel.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/call-channel.c b/src/call-channel.c
index 8cfaab4..2416861 100644
--- a/src/call-channel.c
+++ b/src/call-channel.c
@@ -121,7 +121,6 @@ struct _GabbleCallChannelPrivate
gboolean initial_audio;
gboolean initial_video;
- gboolean mutable_contents;
gboolean registered;
gboolean requested;
@@ -309,7 +308,8 @@ gabble_call_channel_get_property (GObject *object,
g_value_set_boolean (value, priv->initial_video);
break;
case PROP_MUTABLE_CONTENTS:
- g_value_set_boolean (value, priv->mutable_contents);
+ g_value_set_boolean (value,
+ gabble_jingle_session_can_modify_contents (priv->session));
break;
case PROP_CONTENTS:
{
--
1.5.6.5
More information about the telepathy-commits
mailing list