aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2009-01-31 01:34:44 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-01-31 01:34:44 +0800
commite1a4deb5e6825a27a2cfeae4c8fa1dc10519cc4b (patch)
tree7bfba195fd0856d05f7c358d4eaa949ba6cfbd62 /tests
parentb73b48a849d65154b0aea0f218024578e6f61f2e (diff)
downloadgsoc2013-empathy-e1a4deb5e6825a27a2cfeae4c8fa1dc10519cc4b.tar
gsoc2013-empathy-e1a4deb5e6825a27a2cfeae4c8fa1dc10519cc4b.tar.gz
gsoc2013-empathy-e1a4deb5e6825a27a2cfeae4c8fa1dc10519cc4b.tar.bz2
gsoc2013-empathy-e1a4deb5e6825a27a2cfeae4c8fa1dc10519cc4b.tar.lz
gsoc2013-empathy-e1a4deb5e6825a27a2cfeae4c8fa1dc10519cc4b.tar.xz
gsoc2013-empathy-e1a4deb5e6825a27a2cfeae4c8fa1dc10519cc4b.tar.zst
gsoc2013-empathy-e1a4deb5e6825a27a2cfeae4c8fa1dc10519cc4b.zip
Use the new _dup_singleton function instead of _new.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2337
Diffstat (limited to 'tests')
-rw-r--r--tests/empetit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/empetit.c b/tests/empetit.c
index 99f25f8cc..6ba5a2ad4 100644
--- a/tests/empetit.c
+++ b/tests/empetit.c
@@ -48,7 +48,7 @@ int main (int argc,
gtk_icon_theme_append_search_path (gtk_icon_theme_get_default (), icon_path);
g_free (icon_path);
- manager = empathy_contact_manager_new ();
+ manager = empathy_contact_manager_dup_singleton ();
store = empathy_contact_list_store_new (EMPATHY_CONTACT_LIST (manager));
vbox = gtk_vbox_new (FALSE, 2);