summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tp-account-widgets/tpaw-account-settings.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tp-account-widgets/tpaw-account-settings.c b/tp-account-widgets/tpaw-account-settings.c
index 60326a41..2f5077a0 100644
--- a/tp-account-widgets/tpaw-account-settings.c
+++ b/tp-account-widgets/tpaw-account-settings.c
@@ -1553,8 +1553,7 @@ tpaw_account_settings_parameter_is_valid (
account_params = tp_account_dup_parameters (settings->priv->account);
- v = g_variant_lookup_value (account_params, param,
- G_VARIANT_TYPE_VARIANT);
+ v = g_variant_lookup_value (account_params, param, NULL);
g_variant_unref (account_params);
if (v != NULL)