summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-05-12 19:52:48 +0200
committerAlexander Larsson <alexl@redhat.com>2016-05-12 19:52:48 +0200
commitfe0a1be5f811525ae135588395ec08f87c268555 (patch)
treec714b8e9102289658102675b054bb6c6d20e890a /lib
parent9d6bc9964988842aea8226a3d3320da452bb58ea (diff)
downloadxdg-app-fe0a1be5f811525ae135588395ec08f87c268555.tar.gz
common: Add flags for flatpak_dir_uninstall
This is better than a list of booleans.
Diffstat (limited to 'lib')
-rw-r--r--lib/flatpak-installation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/flatpak-installation.c b/lib/flatpak-installation.c
index 41c0212..5bf84ed 100644
--- a/lib/flatpak-installation.c
+++ b/lib/flatpak-installation.c
@@ -1148,7 +1148,7 @@ flatpak_installation_uninstall (FlatpakInstallation *self,
/* prune, etc are not threadsafe, so we work on a copy */
dir_clone = flatpak_dir_clone (priv->dir);
- if (!flatpak_dir_uninstall (dir_clone, ref, FALSE, FALSE,
+ if (!flatpak_dir_uninstall (dir_clone, ref, FLATPAK_HELPER_UNINSTALL_FLAGS_NONE,
cancellable, error))
return FALSE;