diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-24 21:57:56 +0800 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-27 17:23:49 +0800 |
commit | 1337c4e6f42da41d1da84f32586f33812b8ec2b5 (patch) | |
tree | fa81e37043bd129e3610002c253935dd524e03ce /libempathy-gtk/empathy-individual-linker.c | |
parent | 5e9eff1788ca0344be6cb09a304a89add7002248 (diff) | |
download | gsoc2013-empathy-1337c4e6f42da41d1da84f32586f33812b8ec2b5.tar gsoc2013-empathy-1337c4e6f42da41d1da84f32586f33812b8ec2b5.tar.gz gsoc2013-empathy-1337c4e6f42da41d1da84f32586f33812b8ec2b5.tar.bz2 gsoc2013-empathy-1337c4e6f42da41d1da84f32586f33812b8ec2b5.tar.lz gsoc2013-empathy-1337c4e6f42da41d1da84f32586f33812b8ec2b5.tar.xz gsoc2013-empathy-1337c4e6f42da41d1da84f32586f33812b8ec2b5.tar.zst gsoc2013-empathy-1337c4e6f42da41d1da84f32586f33812b8ec2b5.zip |
Add feature support for EmpathyPersonaView
Diffstat (limited to 'libempathy-gtk/empathy-individual-linker.c')
-rw-r--r-- | libempathy-gtk/empathy-individual-linker.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-individual-linker.c b/libempathy-gtk/empathy-individual-linker.c index 9ebb4718b..272979046 100644 --- a/libempathy-gtk/empathy-individual-linker.c +++ b/libempathy-gtk/empathy-individual-linker.c @@ -322,7 +322,8 @@ set_up (EmpathyIndividualLinker *self) priv->persona_store = empathy_persona_store_new (priv->new_individual); empathy_persona_store_set_show_protocols (priv->persona_store, TRUE); - persona_view = empathy_persona_view_new (priv->persona_store); + persona_view = empathy_persona_view_new (priv->persona_store, + EMPATHY_PERSONA_VIEW_FEATURE_NONE); empathy_persona_view_set_show_offline (persona_view, TRUE); gtk_container_add (GTK_CONTAINER (scrolled_window), |