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-gtk/empathy-contact-widget.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-gtk/empathy-contact-widget.c')
-rw-r--r-- | libempathy-gtk/empathy-contact-widget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-widget.c b/libempathy-gtk/empathy-contact-widget.c index 4100a6872..c8a21e858 100644 --- a/libempathy-gtk/empathy-contact-widget.c +++ b/libempathy-gtk/empathy-contact-widget.c @@ -162,7 +162,7 @@ empathy_contact_widget_new (EmpathyContact *contact, information = g_slice_new0 (EmpathyContactWidget); information->flags = flags; - information->factory = empathy_contact_factory_new (); + information->factory = empathy_contact_factory_dup_singleton (); filename = empathy_file_lookup ("empathy-contact-widget.glade", "libempathy-gtk"); |