telepathy-mission-control: McdAccountStorage: fix altered-one signal
Simon McVittie
smcv at kemper.freedesktop.org
Wed Aug 8 02:40:25 PDT 2012
Module: telepathy-mission-control
Branch: master
Commit: fd24dd6521bf9a9bebfcbf0241b3b8129bc90e61
URL: http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=fd24dd6521bf9a9bebfcbf0241b3b8129bc90e61
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 6475ef8..d59977a 100644
--- a/mission-control-plugins/account-storage.c
+++ b/mission-control-plugins/account-storage.c
@@ -158,7 +158,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