Made type property on LmResolver settable after creation.
authorMikael Hallendal <micke@imendio.com>
Wed, 22 Oct 2008 14:08:45 +0200
changeset 539 4e387d919a46
parent 538 23b4ff7f9e04
child 540 72acfccdec86
Made type property on LmResolver settable after creation. Currently the type of the resolver is changed after doing the initial SRV lookup so the property can't be creation only.
loudmouth/lm-resolver.c
--- a/loudmouth/lm-resolver.c	Wed Oct 22 13:23:36 2008 +0200
+++ b/loudmouth/lm-resolver.c	Wed Oct 22 14:08:45 2008 +0200
@@ -108,7 +108,7 @@
                                                        LM_RESOLVER_HOST,
                                                        LM_RESOLVER_SRV,
                                                        LM_RESOLVER_HOST,
-                                                       G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY));
+                                                       G_PARAM_READWRITE));
 
     g_object_class_install_property (object_class,
                                      PROP_HOST,