diff options
author | Ted Gould <ted@gould.cx> | 2010-01-07 00:55:38 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-07 00:55:38 -0600 |
commit | e16d383c5a0fb85742dde81f1f7191fceefa8667 (patch) | |
tree | ca3ddbedec35a24c71ac4e43791eda48c402f746 /src | |
parent | eec24665dda2d3968984141f2d1e07289d10bf79 (diff) | |
download | libayatana-appindicator-e16d383c5a0fb85742dde81f1f7191fceefa8667.tar.gz libayatana-appindicator-e16d383c5a0fb85742dde81f1f7191fceefa8667.tar.bz2 libayatana-appindicator-e16d383c5a0fb85742dde81f1f7191fceefa8667.zip |
Forgot to adjust the parameter count.
Diffstat (limited to 'src')
-rw-r--r-- | src/application-service-appstore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application-service-appstore.c b/src/application-service-appstore.c index c9da491..1ac309a 100644 --- a/src/application-service-appstore.c +++ b/src/application-service-appstore.c @@ -95,7 +95,7 @@ application_service_appstore_class_init (ApplicationServiceAppstoreClass *klass) G_STRUCT_OFFSET (ApplicationServiceAppstore, application_added), NULL, NULL, _application_service_marshal_VOID__STRING_INT_STRING_STRING_STRING, - G_TYPE_NONE, 4, G_TYPE_STRING, G_TYPE_INT, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_NONE); + G_TYPE_NONE, 5, G_TYPE_STRING, G_TYPE_INT, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_NONE); signals[APPLICATION_REMOVED] = g_signal_new ("application-removed", G_TYPE_FROM_CLASS(klass), G_SIGNAL_RUN_LAST, |