[empathy/mc5: 389/483] Notify when display-name is updated
- From: Sjoerd Simons <sjoerds src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy/mc5: 389/483] Notify when display-name is updated
- Date: Fri, 21 Aug 2009 17:20:10 +0000 (UTC)
commit cc4b0254397717079f7d53391560952a8b1992a5
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date: Mon Aug 17 16:40:24 2009 +0100
Notify when display-name is updated
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 ae17f8d..b82080e 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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]