From 2d3787919632afb58767cad2c23a6125ee16aa8e Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 19 Jul 2012 10:38:20 +0200 Subject: [PATCH] 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 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); -- 1.7.10.4