diff options
-rw-r--r-- | libempathy/empathy-account.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libempathy/empathy-account.c b/libempathy/empathy-account.c index 8d4909586..cc982aea7 100644 --- a/libempathy/empathy-account.c +++ b/libempathy/empathy-account.c @@ -716,10 +716,9 @@ empathy_account_get_display_name (EmpathyAccount *account) gboolean empathy_account_is_valid (EmpathyAccount *account) { - //EmpathyAccountPriv *priv = GET_PRIV (account); + EmpathyAccountPriv *priv = GET_PRIV (account); - /* FIXME */ - return FALSE; + return priv->valid; } const gchar * |