aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-02-04 22:34:37 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-02-24 17:11:56 +0800
commitea84ad87c75088e29378c1c332a20567a76a538e (patch)
tree73accfcda289d83077314d3983538421fb4ed1ab
parentffb89eff7654897d8d5246bc06840411ab1de13f (diff)
downloadgsoc2013-empathy-ea84ad87c75088e29378c1c332a20567a76a538e.tar
gsoc2013-empathy-ea84ad87c75088e29378c1c332a20567a76a538e.tar.gz
gsoc2013-empathy-ea84ad87c75088e29378c1c332a20567a76a538e.tar.bz2
gsoc2013-empathy-ea84ad87c75088e29378c1c332a20567a76a538e.tar.lz
gsoc2013-empathy-ea84ad87c75088e29378c1c332a20567a76a538e.tar.xz
gsoc2013-empathy-ea84ad87c75088e29378c1c332a20567a76a538e.tar.zst
gsoc2013-empathy-ea84ad87c75088e29378c1c332a20567a76a538e.zip
empathy.c: stop instantiating a EmpathyDispatcher
-rw-r--r--src/empathy.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/empathy.c b/src/empathy.c
index c5de83bbe..e03e43aa6 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -109,7 +109,6 @@ struct _EmpathyApp
GtkWidget *window;
EmpathyStatusIcon *icon;
- EmpathyDispatcher *dispatcher;
TpAccountManager *account_manager;
TplLogManager *log_manager;
EmpathyChatroomManager *chatroom_manager;
@@ -151,7 +150,6 @@ empathy_app_dispose (GObject *object)
tp_clear_object (&self->icon);
tp_clear_object (&self->account_manager);
tp_clear_object (&self->log_manager);
- tp_clear_object (&self->dispatcher);
tp_clear_object (&self->chatroom_manager);
#ifdef HAVE_GEOCLUE
tp_clear_object (&self->location_manager);
@@ -669,10 +667,6 @@ empathy_app_constructed (GObject *object)
tp_account_manager_prepare_async (self->account_manager, NULL,
account_manager_ready_cb, self);
- /* The EmpathyDispatcher doesn't dispatch anything any more but we have to
- * keep it around as we still use it to request channels */
- self->dispatcher = empathy_dispatcher_dup_singleton ();
-
migrate_config_to_xdg_dir ();
/* Logging */