diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2010-11-13 14:07:46 +0000 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2010-11-13 14:31:09 +0000 |
commit | ff49ee828e63dd35b5c4faf3a0ccd962c7cd63a8 (patch) | |
tree | 56f2447db1433c54917c68eddb56501e55a8a062 /libempathy-gtk/empathy-individual-information-dialog.c | |
parent | 2b1e108d1d4f19249c3fe666503e86df0da720dd (diff) |
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.c | 2 |
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 bb52e7d8..7659c8ba 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); |