diff options
-rw-r--r-- | libempathy/empathy-account-manager.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy/empathy-account-manager.c b/libempathy/empathy-account-manager.c index ae3288610..fd8a21b1d 100644 --- a/libempathy/empathy-account-manager.c +++ b/libempathy/empathy-account-manager.c @@ -93,7 +93,6 @@ emp_account_connection_cb (EmpathyAccount *account, DEBUG ("Signalling connection %p of account %s", connection, empathy_account_get_unique_name (account)); - if (connection != NULL) g_signal_emit (manager, signals[NEW_CONNECTION], 0, connection); } |