diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2007-05-03 22:12:30 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-05-03 22:12:30 +0800 |
commit | 214850e492efd75f8664bbfb98c6dd6bf161aeb6 (patch) | |
tree | fb788b71ca6e6b801d9cd257a6b798287735e763 /libempathy-gtk/gossip-contact-list.c | |
parent | 563cdc5a284bc85957f60b14048ba6e42a0c7c87 (diff) | |
download | gsoc2013-empathy-214850e492efd75f8664bbfb98c6dd6bf161aeb6.tar.gz gsoc2013-empathy-214850e492efd75f8664bbfb98c6dd6bf161aeb6.tar.zst gsoc2013-empathy-214850e492efd75f8664bbfb98c6dd6bf161aeb6.zip |
[darcs-to-svn @ Remove EmpathySession and move all programs into src/]
svn path=/trunk/; revision=28
Diffstat (limited to 'libempathy-gtk/gossip-contact-list.c')
-rw-r--r-- | libempathy-gtk/gossip-contact-list.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libempathy-gtk/gossip-contact-list.c b/libempathy-gtk/gossip-contact-list.c index 8e7288e6f..bf0556dcb 100644 --- a/libempathy-gtk/gossip-contact-list.c +++ b/libempathy-gtk/gossip-contact-list.c @@ -36,7 +36,6 @@ #include <libempathy/empathy-contact-manager.h> #include <libempathy/gossip-debug.h> -#include <libempathy/empathy-session.h> #include "gossip-contact-list.h" #include "gossip-contact-groups.h" @@ -420,8 +419,7 @@ gossip_contact_list_init (GossipContactList *list) priv = GET_PRIV (list); - priv->manager = empathy_session_get_contact_manager (); - g_object_ref (priv->manager); + priv->manager = empathy_contact_manager_new (); priv->is_compact = FALSE; priv->show_active = TRUE; priv->show_avatars = TRUE; |