aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2009-01-31 01:34:44 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2009-01-31 01:34:44 +0800
commitf7ad4ba867624a6dee04f839a9ea738567f35773 (patch)
tree7bfba195fd0856d05f7c358d4eaa949ba6cfbd62
parent0a10f087f27a71de88a254ebe1788cc46c88c063 (diff)
downloadgsoc2013-empathy-f7ad4ba867624a6dee04f839a9ea738567f35773.tar
gsoc2013-empathy-f7ad4ba867624a6dee04f839a9ea738567f35773.tar.gz
gsoc2013-empathy-f7ad4ba867624a6dee04f839a9ea738567f35773.tar.bz2
gsoc2013-empathy-f7ad4ba867624a6dee04f839a9ea738567f35773.tar.lz
gsoc2013-empathy-f7ad4ba867624a6dee04f839a9ea738567f35773.tar.xz
gsoc2013-empathy-f7ad4ba867624a6dee04f839a9ea738567f35773.tar.zst
gsoc2013-empathy-f7ad4ba867624a6dee04f839a9ea738567f35773.zip
Use the new _dup_singleton function instead of _new.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2337 4ee84921-47dd-4033-b63a-18d7a039a3e4
-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);