]> git.0d.be Git - empathy.git/blobdiff - goa-mc-plugin/mcp-account-manager-goa.c
goa-mc-plugin: fix variable name
[empathy.git] / goa-mc-plugin / mcp-account-manager-goa.c
index 659b6630ba3ef18a0f5bb61ba96b72eef4535917..911b2d6ca162574788800a17ed6f84354d9b76d7 100644 (file)
@@ -452,7 +452,7 @@ account_is_in_goa (const McpAccountStorage *self,
 {
   McpAccountManagerGoaPrivate *priv = GET_PRIVATE (self);
 
-  return (g_hash_table_lookup (priv->accounts, acct) != NULL);
+  return (g_hash_table_lookup (priv->accounts, account) != NULL);
 }
 
 static gboolean