aboutsummaryrefslogtreecommitdiffstats
path: root/tp-account-widgets/tpaw-account-widget.c
diff options
context:
space:
mode:
Diffstat (limited to 'tp-account-widgets/tpaw-account-widget.c')
-rw-r--r--tp-account-widgets/tpaw-account-widget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tp-account-widgets/tpaw-account-widget.c b/tp-account-widgets/tpaw-account-widget.c
index e2c8016a6..2cb41cbe5 100644
--- a/tp-account-widgets/tpaw-account-widget.c
+++ b/tp-account-widgets/tpaw-account-widget.c
@@ -2271,7 +2271,7 @@ tpaw_account_widget_get_default_display_name (TpawAccountWidget *self)
return default_display_name;
}
- if ((p = empathy_protocol_name_to_display_name (protocol)) != NULL)
+ if ((p = tpaw_protocol_name_to_display_name (protocol)) != NULL)
protocol = p;
if (protocol != NULL)