[empathy: 22/24] main-window: don't use _full functions where not necessary



commit 01e02a165d271a155a4af0e79dd94c210b584cfa
Author: Jonny Lamb <jonnylamb gnome org>
Date:   Tue Dec 14 16:38:19 2010 +0000

    main-window: don't use _full functions where not necessary
    
    Signed-off-by: Jonny Lamb <jonnylamb gnome org>

 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 d1dfc29..6907a12 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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]