diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-11-15 17:54:18 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-11-15 17:54:18 +0800 |
commit | 5d15b2ed1f68d17364a53549ceb503275c62769d (patch) | |
tree | 32dac87c02cf13e29a715e5432170ff7e0676b56 /libempathy-gtk/empathy-linking-dialog.c | |
parent | cb0e2e0239d2bdad3aa4afbd683684f9ca2d1815 (diff) | |
parent | ff49ee828e63dd35b5c4faf3a0ccd962c7cd63a8 (diff) | |
download | gsoc2013-empathy-5d15b2ed1f68d17364a53549ceb503275c62769d.tar gsoc2013-empathy-5d15b2ed1f68d17364a53549ceb503275c62769d.tar.gz gsoc2013-empathy-5d15b2ed1f68d17364a53549ceb503275c62769d.tar.bz2 gsoc2013-empathy-5d15b2ed1f68d17364a53549ceb503275c62769d.tar.lz gsoc2013-empathy-5d15b2ed1f68d17364a53549ceb503275c62769d.tar.xz gsoc2013-empathy-5d15b2ed1f68d17364a53549ceb503275c62769d.tar.zst gsoc2013-empathy-5d15b2ed1f68d17364a53549ceb503275c62769d.zip |
Merge remote branch 'pwith/634754-folks-api-changes'
Diffstat (limited to 'libempathy-gtk/empathy-linking-dialog.c')
-rw-r--r-- | libempathy-gtk/empathy-linking-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-linking-dialog.c b/libempathy-gtk/empathy-linking-dialog.c index d0a091053..323ec4e03 100644 --- a/libempathy-gtk/empathy-linking-dialog.c +++ b/libempathy-gtk/empathy-linking-dialog.c @@ -180,7 +180,7 @@ linking_response_cb (EmpathyLinkingDialog *self, /* Show a confirmation dialogue first */ dialog = gtk_message_dialog_new (GTK_WINDOW (self), GTK_DIALOG_MODAL, GTK_MESSAGE_WARNING, GTK_BUTTONS_NONE, _("Unlink meta-contact '%s'?"), - folks_individual_get_alias (individual)); + folks_aliasable_get_alias (FOLKS_ALIASABLE (individual))); gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), _("Are you sure you want to unlink this meta-contact? This will " "completely split the meta-contact into the contacts it " |