]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-account.c
Notify when display-name is updated
[empathy.git] / libempathy / empathy-account.c
index ae17f8d6a21002884cd7456549fe062dc2d84b8e..b82080ee0f3359af196d547e7fe89e35f69dda5b 100644 (file)
@@ -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)