aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-main-window.c
diff options
context:
space:
mode:
authorJonny Lamb <jonnylamb@gnome.org>2010-12-15 00:38:19 +0800
committerJonny Lamb <jonnylamb@gnome.org>2011-01-26 21:37:49 +0800
commit45e20879fc1d45665f4fd47364deb130ed18ba4c (patch)
tree81c2ae9bc6e58e73db86e13cea91362e62586eab /src/empathy-main-window.c
parentc16f5cc964a89d025beb71faaac76e6190218f88 (diff)
downloadgsoc2013-empathy-45e20879fc1d45665f4fd47364deb130ed18ba4c.tar
gsoc2013-empathy-45e20879fc1d45665f4fd47364deb130ed18ba4c.tar.gz
gsoc2013-empathy-45e20879fc1d45665f4fd47364deb130ed18ba4c.tar.bz2
gsoc2013-empathy-45e20879fc1d45665f4fd47364deb130ed18ba4c.tar.lz
gsoc2013-empathy-45e20879fc1d45665f4fd47364deb130ed18ba4c.tar.xz
gsoc2013-empathy-45e20879fc1d45665f4fd47364deb130ed18ba4c.tar.zst
gsoc2013-empathy-45e20879fc1d45665f4fd47364deb130ed18ba4c.zip
main-window: don't use _full functions where not necessary
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
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,