aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-information-dialog.c
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2010-11-13 22:07:46 +0800
committerPhilip Withnall <philip@tecnocode.co.uk>2010-11-13 22:31:09 +0800
commitff49ee828e63dd35b5c4faf3a0ccd962c7cd63a8 (patch)
tree56f2447db1433c54917c68eddb56501e55a8a062 /libempathy-gtk/empathy-individual-information-dialog.c
parent2b1e108d1d4f19249c3fe666503e86df0da720dd (diff)
downloadgsoc2013-empathy-ff49ee828e63dd35b5c4faf3a0ccd962c7cd63a8.tar
gsoc2013-empathy-ff49ee828e63dd35b5c4faf3a0ccd962c7cd63a8.tar.gz
gsoc2013-empathy-ff49ee828e63dd35b5c4faf3a0ccd962c7cd63a8.tar.bz2
gsoc2013-empathy-ff49ee828e63dd35b5c4faf3a0ccd962c7cd63a8.tar.lz
gsoc2013-empathy-ff49ee828e63dd35b5c4faf3a0ccd962c7cd63a8.tar.xz
gsoc2013-empathy-ff49ee828e63dd35b5c4faf3a0ccd962c7cd63a8.tar.zst
gsoc2013-empathy-ff49ee828e63dd35b5c4faf3a0ccd962c7cd63a8.zip
Stop using removed Individual convenience methods from folks
They were removed from folks with commit def47dffa31a95ec6bd333f43c69822416098283. This doesn't require a dependency bump, since they're being replaced with calls to methods which exist in folks 0.3.1. See: bgo#629078. Closes: bgo#634754
Diffstat (limited to 'libempathy-gtk/empathy-individual-information-dialog.c')
-rw-r--r--libempathy-gtk/empathy-individual-information-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-individual-information-dialog.c b/libempathy-gtk/empathy-individual-information-dialog.c
index bb52e7d85..7659c8ba6 100644
--- a/libempathy-gtk/empathy-individual-information-dialog.c
+++ b/libempathy-gtk/empathy-individual-information-dialog.c
@@ -180,7 +180,7 @@ individual_information_dialog_set_individual (
/* Update the UI */
gtk_window_set_title (GTK_WINDOW (dialog),
- folks_individual_get_alias (individual));
+ folks_aliasable_get_alias (FOLKS_ALIASABLE (individual)));
empathy_individual_widget_set_individual (
EMPATHY_INDIVIDUAL_WIDGET (priv->individual_widget), individual);
set_label_visibility (dialog);