aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-main-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-main-window.c')
-rw-r--r--src/empathy-main-window.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index 1349a1dbb..440844bab 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -1778,10 +1778,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,