aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonny Lamb <jonnylamb@gnome.org>2010-12-15 00:38:19 +0800
committerJonny Lamb <jonnylamb@gnome.org>2010-12-15 00:38:19 +0800
commit01e02a165d271a155a4af0e79dd94c210b584cfa (patch)
tree5f8a90c2e557ee55114695ad6085c991196ba6bc
parent932835ccd42c55d77017d6ffc77773db40385a27 (diff)
downloadgsoc2013-empathy-01e02a165d271a155a4af0e79dd94c210b584cfa.tar
gsoc2013-empathy-01e02a165d271a155a4af0e79dd94c210b584cfa.tar.gz
gsoc2013-empathy-01e02a165d271a155a4af0e79dd94c210b584cfa.tar.bz2
gsoc2013-empathy-01e02a165d271a155a4af0e79dd94c210b584cfa.tar.lz
gsoc2013-empathy-01e02a165d271a155a4af0e79dd94c210b584cfa.tar.xz
gsoc2013-empathy-01e02a165d271a155a4af0e79dd94c210b584cfa.tar.zst
gsoc2013-empathy-01e02a165d271a155a4af0e79dd94c210b584cfa.zip
main-window: don't use _full functions where not necessary
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
-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 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,