aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-11-11 22:42:34 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-11-11 22:42:34 +0800
commitf2a497679e4e5183ab065c5b76ecc2a8d2ea40aa (patch)
tree32af73a3583508290edaf96b225bb5bfe4f623b2 /libempathy-gtk
parent9b1bd4f3a2fe815451f50fc9d016181f3542596a (diff)
downloadgsoc2013-empathy-f2a497679e4e5183ab065c5b76ecc2a8d2ea40aa.tar
gsoc2013-empathy-f2a497679e4e5183ab065c5b76ecc2a8d2ea40aa.tar.gz
gsoc2013-empathy-f2a497679e4e5183ab065c5b76ecc2a8d2ea40aa.tar.bz2
gsoc2013-empathy-f2a497679e4e5183ab065c5b76ecc2a8d2ea40aa.tar.lz
gsoc2013-empathy-f2a497679e4e5183ab065c5b76ecc2a8d2ea40aa.tar.xz
gsoc2013-empathy-f2a497679e4e5183ab065c5b76ecc2a8d2ea40aa.tar.zst
gsoc2013-empathy-f2a497679e4e5183ab065c5b76ecc2a8d2ea40aa.zip
2007-11-11 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-chat.c: * src/empathy-call-chandler.c: * src/org.gnome.Empathy.Chat.service.in: * src/empathy-chat-chandler.c: * src/empathy.c: * src/Makefile.am: Move chats to its own process. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@429 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-chat.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c
index 944bc10b5..edff73a3e 100644
--- a/libempathy-gtk/empathy-chat.c
+++ b/libempathy-gtk/empathy-chat.c
@@ -63,7 +63,6 @@
#define COMPOSING_STOP_TIMEOUT 5
struct _EmpathyChatPriv {
- EmpathyContactManager *manager;
EmpathyLogManager *log_manager;
EmpathyTpChat *tp_chat;
EmpathyChatWindow *window;
@@ -234,7 +233,6 @@ empathy_chat_init (EmpathyChat *chat)
priv = GET_PRIV (chat);
- priv->manager = empathy_contact_manager_new ();
priv->log_manager = empathy_log_manager_new ();
priv->default_window_height = -1;
priv->vscroll_visible = FALSE;
@@ -299,7 +297,6 @@ chat_finalize (GObject *object)
chat_composing_remove_timeout (chat);
g_object_unref (chat->account);
- g_object_unref (priv->manager);
g_object_unref (priv->log_manager);
if (priv->tp_chat) {