[empathy/gnome-3-4] goa-mc-plugin: fix variable name



commit 0d03cd1f3b1d50824db84490ce6fe80e49e5f6b9
Author: Debarshi Ray <debarshir src gnome org>
Date:   Sat Mar 31 23:08:27 2012 +0200

    goa-mc-plugin: fix variable name
    
    https://bugzilla.gnome.org/show_bug.cgi?id=673263

 goa-mc-plugin/mcp-account-manager-goa.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/goa-mc-plugin/mcp-account-manager-goa.c b/goa-mc-plugin/mcp-account-manager-goa.c
index 659b663..911b2d6 100644
--- a/goa-mc-plugin/mcp-account-manager-goa.c
+++ b/goa-mc-plugin/mcp-account-manager-goa.c
@@ -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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]