summaryrefslogtreecommitdiff
path: root/system-helper
diff options
context:
space:
mode:
Diffstat (limited to 'system-helper')
-rw-r--r--system-helper/xdg-app-system-helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/system-helper/xdg-app-system-helper.c b/system-helper/xdg-app-system-helper.c
index 65e90f7..21e1317 100644
--- a/system-helper/xdg-app-system-helper.c
+++ b/system-helper/xdg-app-system-helper.c
@@ -60,6 +60,7 @@ handle_deploy (XdgAppSystemHelper *object,
{
g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS,
"Unsupported flags enabled: 0x%x", (arg_flags & ~XDG_APP_HELPER_DEPLOY_FLAGS_ALL));
+ return TRUE;
}
if (!g_file_query_exists (path, NULL))