[empathy/gnome-2-34: 47/60] main-window: don't use _full functions where not necessary
- From: Jonny Lamb <jonnylamb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy/gnome-2-34: 47/60] main-window: don't use _full functions where not necessary
- Date: Wed, 26 Jan 2011 14:40:45 +0000 (UTC)
commit 45e20879fc1d45665f4fd47364deb130ed18ba4c
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 1349a1d..440844b 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]