summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-02-25 12:00:53 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-02-25 12:00:53 +0100
commita602693a92e84e984caf92f6fad8d61789499798 (patch)
tree1ecca78774d69305928f98bdc52ac9a69ca28451
parent2039f45666d70e8ee5658dabec4f8181ba6fde96 (diff)
fixup! update for latest tp-glib API changesnext
-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)