diff options
-rw-r--r-- | libempathy/empathy-account-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-account-manager.c b/libempathy/empathy-account-manager.c index 2d20cc071..07c5cab0f 100644 --- a/libempathy/empathy-account-manager.c +++ b/libempathy/empathy-account-manager.c @@ -123,7 +123,7 @@ account_created_cb (McAccountMonitor *mon, { McAccount *account; EmpathyAccountManagerPriv *priv = GET_PRIV (manager); - guint initial_status; + TpConnectionStatus initial_status; account = mc_account_lookup (account_name); |