From cc4b0254397717079f7d53391560952a8b1992a5 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Mon, 17 Aug 2009 16:40:24 +0100 Subject: Notify when display-name is updated --- libempathy/empathy-account.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libempathy') 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) -- cgit v1.2.3