From fd24dd6521bf9a9bebfcbf0241b3b8129bc90e61 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 19 Jul 2012 10:38:20 +0200 Subject: McdAccountStorage: fix altered-one signal https://bugs.freedesktop.org/show_bug.cgi?id=52231 --- mission-control-plugins/account-storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mission-control-plugins/account-storage.c b/mission-control-plugins/account-storage.c index 6475ef84..d59977af 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); -- cgit v1.2.1