[telepathy-gabble/master] misc tweaks

Sjoerd Simons sjoerd.simons at collabora.co.uk
Thu Dec 24 08:02:34 PST 2009


---
 src/call-content.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/call-content.c b/src/call-content.c
index 20f3bbf..9217cdd 100644
--- a/src/call-content.c
+++ b/src/call-content.c
@@ -92,7 +92,6 @@ struct _GabbleCallContentPrivate
   GabbleCallContentCodecoffer *offer;
   gint offers;
 
-  gchar *name;
   GabbleCallContentDisposition disposition;
   TpHandle creator;
 
@@ -392,7 +391,7 @@ gabble_call_content_class_init (
       param_spec);
 
   param_spec = g_param_spec_uint ("creator", "Creator",
-      "The creator content",
+      "The creator of this content",
       0, G_MAXUINT, 0,
       G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
   g_object_class_install_property (object_class, PROP_CREATOR,
@@ -458,7 +457,6 @@ gabble_call_content_finalize (GObject *object)
 
   /* free any data held directly by the object here */
   g_free (priv->object_path);
-  g_free (priv->name);
 
   G_OBJECT_CLASS (gabble_call_content_parent_class)->finalize (object);
 }
-- 
1.5.6.5




More information about the telepathy-commits mailing list