diff options
author | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-07-19 10:38:20 +0200 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-07-23 13:29:46 +0200 |
commit | fd24dd6521bf9a9bebfcbf0241b3b8129bc90e61 (patch) | |
tree | f7eb12dd6ba559f5d5a669236aea0144d694ad15 /mission-control-plugins | |
parent | 329c70f9f63eb25dadeb145225a83d25cecb7eec (diff) |
McdAccountStorage: fix altered-one signal
https://bugs.freedesktop.org/show_bug.cgi?id=52231
Diffstat (limited to 'mission-control-plugins')
-rw-r--r-- | 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 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); |