[Telepathy-commits] [telepathy-gabble/master] GabbleRoomlistChannel: make the conference-server property readable

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Aug 19 10:53:09 PDT 2008


20080606160618-53eee-b3b359555860741c3ec8ba458d455b57e5ed6b94.gz
---
 src/gabble-roomlist-channel.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gabble-roomlist-channel.c b/src/gabble-roomlist-channel.c
index afa0ff3..67e787d 100644
--- a/src/gabble-roomlist-channel.c
+++ b/src/gabble-roomlist-channel.c
@@ -280,8 +280,8 @@ gabble_roomlist_channel_class_init (GabbleRoomlistChannelClass *gabble_roomlist_
       "Name of conference server to use",
       "Name of the XMPP conference server on which to list rooms",
       "",
-      G_PARAM_CONSTRUCT_ONLY | G_PARAM_WRITABLE |
-      G_PARAM_STATIC_NAME | G_PARAM_STATIC_BLURB);
+      G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE |
+      G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB);
   g_object_class_install_property (object_class, PROP_CONFERENCE_SERVER,
       param_spec);
 
-- 
1.5.6.3




More information about the Telepathy-commits mailing list