aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-file.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2009-01-16 04:40:17 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-01-16 04:40:17 +0800
commit3b1d93ed7f7a948d24ecaeb97751083c41841b81 (patch)
treedd52029f5f7e102d2976c858f15a6eaf6c671cb9 /libempathy/empathy-tp-file.c
parent577ef4e2d94c51ee8dc4a991e1bd62f6e0ca9d34 (diff)
downloadgsoc2013-empathy-3b1d93ed7f7a948d24ecaeb97751083c41841b81.tar
gsoc2013-empathy-3b1d93ed7f7a948d24ecaeb97751083c41841b81.tar.gz
gsoc2013-empathy-3b1d93ed7f7a948d24ecaeb97751083c41841b81.tar.bz2
gsoc2013-empathy-3b1d93ed7f7a948d24ecaeb97751083c41841b81.tar.lz
gsoc2013-empathy-3b1d93ed7f7a948d24ecaeb97751083c41841b81.tar.xz
gsoc2013-empathy-3b1d93ed7f7a948d24ecaeb97751083c41841b81.tar.zst
gsoc2013-empathy-3b1d93ed7f7a948d24ecaeb97751083c41841b81.zip
empathy_mission_control_new -> dup_singleton.
svn path=/trunk/; revision=2233
Diffstat (limited to 'libempathy/empathy-tp-file.c')
-rw-r--r--libempathy/empathy-tp-file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-file.c b/libempathy/empathy-tp-file.c
index ccbc856a1..96d8c8887 100644
--- a/libempathy/empathy-tp-file.c
+++ b/libempathy/empathy-tp-file.c
@@ -506,7 +506,7 @@ tp_file_constructor (GType type,
tp_file = EMPATHY_TP_FILE (file_obj);
tp_file->priv->factory = empathy_contact_factory_dup_singleton ();
- tp_file->priv->mc = empathy_mission_control_new ();
+ tp_file->priv->mc = empathy_mission_control_dup_singleton ();
g_signal_connect (tp_file->priv->channel, "invalidated",
G_CALLBACK (tp_file_invalidated_cb), tp_file);