diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-01 14:07:09 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-01 14:07:09 +0000 |
| commit | b9860b3f6670c906b80d121e97ed14da19bd9f7e (patch) | |
| tree | 440a050783438047cd99f4b08ccdd216fba9ae12 | |
| parent | f46f9a0bcf98c5f604e17c9379926914169c06ef (diff) | |
use g_assign_gobject
| -rw-r--r-- | lasso/id-wsf/wsf_profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/id-wsf/wsf_profile.c b/lasso/id-wsf/wsf_profile.c index 97da68eb..4908b16f 100644 --- a/lasso/id-wsf/wsf_profile.c +++ b/lasso/id-wsf/wsf_profile.c @@ -223,7 +223,7 @@ lasso_security_mech_id_is_saml_authentication(const gchar *security_mech_id) void lasso_wsf_profile_set_description(LassoWsfProfile *profile, LassoDiscoDescription *description) { - profile->private_data->description = g_object_ref(description); + g_assign_gobject(profile->private_data->description, description); } static gint |
