diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-08-17 23:40:24 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-08-17 23:40:24 +0800 |
commit | cc4b0254397717079f7d53391560952a8b1992a5 (patch) | |
tree | 37d3198f0deb6a4d874e95b71a9c8a8f4610c24b /libempathy/empathy-account.c | |
parent | 65e338cadaca67c77e418903d6887ee0f0196827 (diff) | |
download | gsoc2013-empathy-cc4b0254397717079f7d53391560952a8b1992a5.tar gsoc2013-empathy-cc4b0254397717079f7d53391560952a8b1992a5.tar.gz gsoc2013-empathy-cc4b0254397717079f7d53391560952a8b1992a5.tar.bz2 gsoc2013-empathy-cc4b0254397717079f7d53391560952a8b1992a5.tar.lz gsoc2013-empathy-cc4b0254397717079f7d53391560952a8b1992a5.tar.xz gsoc2013-empathy-cc4b0254397717079f7d53391560952a8b1992a5.tar.zst gsoc2013-empathy-cc4b0254397717079f7d53391560952a8b1992a5.zip |
Notify when display-name is updated
Diffstat (limited to 'libempathy/empathy-account.c')
-rw-r--r-- | libempathy/empathy-account.c | 1 |
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) |