[empathy] call-handler: contact and tp-call properties are construct only
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: svn-commits-list gnome org
- Subject: [empathy] call-handler: contact and tp-call properties are construct only
- Date: Wed, 29 Apr 2009 06:56:23 -0400 (EDT)
commit 08a5b021e98d8e943cdeb2e73de394e41f52b46c
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Tue Apr 28 16:13:25 2009 +0100
call-handler: contact and tp-call properties are construct only
---
libempathy/empathy-call-handler.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libempathy/empathy-call-handler.c b/libempathy/empathy-call-handler.c
index 820de6d..6f7ed8b 100644
--- a/libempathy/empathy-call-handler.c
+++ b/libempathy/empathy-call-handler.c
@@ -168,13 +168,13 @@ empathy_call_handler_class_init (EmpathyCallHandlerClass *klass)
param_spec = g_param_spec_object ("contact",
"contact", "The remote contact",
EMPATHY_TYPE_CONTACT,
- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
+ G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS);
g_object_class_install_property (object_class, PROP_CONTACT, param_spec);
param_spec = g_param_spec_object ("tp-call",
"tp-call", "The calls channel wrapper",
EMPATHY_TYPE_TP_CALL,
- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
+ G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS);
g_object_class_install_property (object_class, PROP_TP_CALL, param_spec);
signals[CONFERENCE_ADDED] =
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]