[Telepathy-commits] [telepathy-salut/master] Requestotron: don't steal channel class' allowed_properties

Will Thompson will.thompson at collabora.co.uk
Thu Oct 23 07:30:41 PDT 2008


---
 src/conn-requests.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/conn-requests.c b/src/conn-requests.c
index eb9f6d8..331ea96 100644
--- a/src/conn-requests.c
+++ b/src/conn-requests.c
@@ -852,7 +852,7 @@ get_requestables_foreach (SalutChannelManager *manager,
   g_value_array_append (requestable, NULL);
   value = g_value_array_get_nth (requestable, 1);
   g_value_init (value, G_TYPE_STRV);
-  g_value_take_boxed (value, allowed_properties);
+  g_value_set_boxed (value, allowed_properties);
 
   g_ptr_array_add (details, requestable);
 }
-- 
1.5.6.5




More information about the Telepathy-commits mailing list