aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/application-service-appstore.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/application-service-appstore.c b/src/application-service-appstore.c
index 55906ff..83b64f3 100644
--- a/src/application-service-appstore.c
+++ b/src/application-service-appstore.c
@@ -85,6 +85,7 @@ struct _Application {
gchar * label;
gchar * guide;
gboolean currently_free;
+ gint approved_by;
};
#define APPLICATION_SERVICE_APPSTORE_GET_PRIVATE(o) \
@@ -734,6 +735,7 @@ application_service_appstore_application_add (ApplicationServiceAppstore * appst
app->label = NULL;
app->guide = NULL;
app->currently_free = FALSE;
+ app->approved_by = 0;
/* Get the DBus proxy for the NotificationItem interface */
GError * error = NULL;