summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-07-19 10:38:20 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-07-23 13:28:58 +0200
commit149a95692b98dbeb84f1ce4a6a11447e015f0598 (patch)
tree475d3305d1d8d1d468d64b2b899f250c3098ffd8
parent366068c784c7875516a817d480c3ecf244398680 (diff)
McdAccountStorage: fix altered-one signal
https://bugs.freedesktop.org/show_bug.cgi?id=52231
-rw-r--r--mission-control-plugins/account-storage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mission-control-plugins/account-storage.c b/mission-control-plugins/account-storage.c
index 5743a730..ca7bbe22 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);