diff options
-rw-r--r-- | src/empathy-main-window.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index d1dfc2942..6907a12ef 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -1807,10 +1807,7 @@ empathy_main_window_init (EmpathyMainWindow *window) g_object_unref, NULL); - priv->auths = g_hash_table_new_full (g_direct_hash, - g_direct_equal, - NULL, - NULL); + priv->auths = g_hash_table_new (NULL, NULL); priv->status_changed_handlers = g_hash_table_new_full (g_direct_hash, g_direct_equal, |