diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-09 18:05:54 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-09 18:05:54 +0800 |
commit | 4100a5f538bf8f2c22658a579a80c909162dc46c (patch) | |
tree | b401ae53129b4dd1c2847fcac86cc01565dc2006 /libempathy/empathy-tp-tube.c | |
parent | 2f6103a3cf15d278fc95929e72ed5652a103c058 (diff) | |
download | gsoc2013-empathy-4100a5f538bf8f2c22658a579a80c909162dc46c.tar gsoc2013-empathy-4100a5f538bf8f2c22658a579a80c909162dc46c.tar.gz gsoc2013-empathy-4100a5f538bf8f2c22658a579a80c909162dc46c.tar.bz2 gsoc2013-empathy-4100a5f538bf8f2c22658a579a80c909162dc46c.tar.lz gsoc2013-empathy-4100a5f538bf8f2c22658a579a80c909162dc46c.tar.xz gsoc2013-empathy-4100a5f538bf8f2c22658a579a80c909162dc46c.tar.zst gsoc2013-empathy-4100a5f538bf8f2c22658a579a80c909162dc46c.zip |
Port EmpathyContactFactory to the new singleton policy.
svn path=/trunk/; revision=2113
Diffstat (limited to 'libempathy/empathy-tp-tube.c')
-rw-r--r-- | libempathy/empathy-tp-tube.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-tube.c b/libempathy/empathy-tp-tube.c index 5f421ac78..9d4c66038 100644 --- a/libempathy/empathy-tp-tube.c +++ b/libempathy/empathy-tp-tube.c @@ -351,7 +351,7 @@ empathy_tp_tube_init (EmpathyTpTube *tube) tube->priv = priv; - priv->factory = empathy_contact_factory_new (); + priv->factory = empathy_contact_factory_dup_singleton (); } EmpathyTpTube * |