aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libempathy/empathy-account.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-account.c b/libempathy/empathy-account.c
index ae17f8d6a..b82080ee0 100644
--- a/libempathy/empathy-account.c
+++ b/libempathy/empathy-account.c
@@ -238,6 +238,7 @@ empathy_account_update (EmpathyAccount *account,
g_free (priv->display_name);
priv->display_name =
g_strdup (tp_asv_get_string (properties, "DisplayName"));
+ g_object_notify (G_OBJECT (account), "display-name");
}
if (g_hash_table_lookup (properties, "Enabled") != NULL)