]> git.0d.be Git - empathy.git/commitdiff
Notify when display-name is updated
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Mon, 17 Aug 2009 15:40:24 +0000 (16:40 +0100)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Mon, 17 Aug 2009 15:40:24 +0000 (16:40 +0100)
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)