aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-01-07 00:55:38 -0600
committerTed Gould <ted@gould.cx>2010-01-07 00:55:38 -0600
commite16d383c5a0fb85742dde81f1f7191fceefa8667 (patch)
treeca3ddbedec35a24c71ac4e43791eda48c402f746
parenteec24665dda2d3968984141f2d1e07289d10bf79 (diff)
downloadayatana-indicator-application-e16d383c5a0fb85742dde81f1f7191fceefa8667.tar.gz
ayatana-indicator-application-e16d383c5a0fb85742dde81f1f7191fceefa8667.tar.bz2
ayatana-indicator-application-e16d383c5a0fb85742dde81f1f7191fceefa8667.zip
Forgot to adjust the parameter count.
-rw-r--r--src/application-service-appstore.c2
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,