aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-roster-window.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-07-16 17:10:57 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-07-16 17:10:57 +0800
commit0751b2d498a4fedde128f9a55bcb89d859794ee3 (patch)
tree4d003bd63f6f395b5d439553cf9ab8b0ded4b8f7 /src/empathy-roster-window.c
parent25c022091cf9527a80db041e554e8ec35b131bf2 (diff)
downloadgsoc2013-empathy-0751b2d498a4fedde128f9a55bcb89d859794ee3.tar
gsoc2013-empathy-0751b2d498a4fedde128f9a55bcb89d859794ee3.tar.gz
gsoc2013-empathy-0751b2d498a4fedde128f9a55bcb89d859794ee3.tar.bz2
gsoc2013-empathy-0751b2d498a4fedde128f9a55bcb89d859794ee3.tar.lz
gsoc2013-empathy-0751b2d498a4fedde128f9a55bcb89d859794ee3.tar.xz
gsoc2013-empathy-0751b2d498a4fedde128f9a55bcb89d859794ee3.tar.zst
gsoc2013-empathy-0751b2d498a4fedde128f9a55bcb89d859794ee3.zip
Use new tp_account_* getters
Diffstat (limited to 'src/empathy-roster-window.c')
-rw-r--r--src/empathy-roster-window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-roster-window.c b/src/empathy-roster-window.c
index 73ef21224..b292bf976 100644
--- a/src/empathy-roster-window.c
+++ b/src/empathy-roster-window.c
@@ -501,8 +501,8 @@ roster_window_error_upgrade_sw_clicked_cb (GtkButton *button,
GTK_DIALOG_MODAL, GTK_MESSAGE_ERROR,
GTK_BUTTONS_OK,
_("Sorry, %s accounts can’t be used until your %s software is updated."),
- tp_account_get_protocol (account),
- tp_account_get_protocol (account));
+ tp_account_get_protocol_name (account),
+ tp_account_get_protocol_name (account));
g_signal_connect_swapped (dialog, "response",
G_CALLBACK (gtk_widget_destroy),