aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-widget.c
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2010-09-15 22:23:14 +0800
committerTravis Reitter <travis.reitter@collabora.co.uk>2010-10-05 00:02:09 +0800
commit53aa7c1e6546214568969fe727926f7740a26127 (patch)
treec5f83e4ad2a0ec37b05de040f1a6c000052c7665 /libempathy-gtk/empathy-contact-widget.c
parent3195780450fdcfe8678bf29e5fd20cb957283bc2 (diff)
downloadgsoc2013-empathy-53aa7c1e6546214568969fe727926f7740a26127.tar
gsoc2013-empathy-53aa7c1e6546214568969fe727926f7740a26127.tar.gz
gsoc2013-empathy-53aa7c1e6546214568969fe727926f7740a26127.tar.bz2
gsoc2013-empathy-53aa7c1e6546214568969fe727926f7740a26127.tar.lz
gsoc2013-empathy-53aa7c1e6546214568969fe727926f7740a26127.tar.xz
gsoc2013-empathy-53aa7c1e6546214568969fe727926f7740a26127.tar.zst
gsoc2013-empathy-53aa7c1e6546214568969fe727926f7740a26127.zip
Port Empathy to use FolksAliasable and FolksGroupable
FolksAliasable is the new name for FolksAlias, and FolksGroupable is the new name for FolksGroups.
Diffstat (limited to 'libempathy-gtk/empathy-contact-widget.c')
-rw-r--r--libempathy-gtk/empathy-contact-widget.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-contact-widget.c b/libempathy-gtk/empathy-contact-widget.c
index eaacc6316..4701abede 100644
--- a/libempathy-gtk/empathy-contact-widget.c
+++ b/libempathy-gtk/empathy-contact-widget.c
@@ -585,11 +585,11 @@ contact_widget_groups_update (EmpathyContactWidget *information)
FolksPersona *persona =
empathy_contact_get_persona (information->contact);
- if (FOLKS_IS_GROUPS (persona))
+ if (FOLKS_IS_GROUPABLE (persona))
{
empathy_groups_widget_set_groupable (
EMPATHY_GROUPS_WIDGET (information->groups_widget),
- FOLKS_GROUPS (persona));
+ FOLKS_GROUPABLE (persona));
gtk_widget_show (information->groups_widget);
return;