summaryrefslogtreecommitdiff
path: root/system-helper/flatpak-system-helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'system-helper/flatpak-system-helper.c')
-rw-r--r--system-helper/flatpak-system-helper.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/system-helper/flatpak-system-helper.c b/system-helper/flatpak-system-helper.c
index 0aa9f6a0..137d30b2 100644
--- a/system-helper/flatpak-system-helper.c
+++ b/system-helper/flatpak-system-helper.c
@@ -1108,7 +1108,8 @@ handle_configure (FlatpakSystemHelper *object,
if ((strcmp (arg_key, "languages") != 0) &&
(strcmp (arg_key, "extra-languages") != 0) &&
- (strcmp (arg_key, "masked") != 0))
+ (strcmp (arg_key, "masked") != 0) &&
+ (strcmp (arg_key, "pinned") != 0))
{
g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS,
"Unsupported key: %s", arg_key);