telepathy-mission-control: McdAccountStorage: fix altered-one signal

Xavier Claessens xclaesse at kemper.freedesktop.org
Mon Jul 23 04:29:11 PDT 2012


Module: telepathy-mission-control
Branch: master
Commit: 149a95692b98dbeb84f1ce4a6a11447e015f0598
URL:    http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=149a95692b98dbeb84f1ce4a6a11447e015f0598

Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date:   Thu Jul 19 10:38:20 2012 +0200

McdAccountStorage: fix altered-one signal

https://bugs.freedesktop.org/show_bug.cgi?id=52231

---

 mission-control-plugins/account-storage.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mission-control-plugins/account-storage.c b/mission-control-plugins/account-storage.c
index 5743a73..ca7bbe2 100644
--- a/mission-control-plugins/account-storage.c
+++ b/mission-control-plugins/account-storage.c
@@ -160,7 +160,7 @@ class_init (gpointer klass,
    *
    * Should not be fired until mcp_account_storage_ready() has been called
    **/
-  signals[ALTERED] = g_signal_new ("altered-one",
+  signals[ALTERED_ONE] = g_signal_new ("altered-one",
       type, G_SIGNAL_RUN_LAST, 0, NULL, NULL,
       _mcp_marshal_VOID__STRING_STRING, G_TYPE_NONE,
       2, G_TYPE_STRING, G_TYPE_STRING);



More information about the telepathy-commits mailing list