summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-05-12 16:33:48 +0200
committerAlexander Larsson <alexl@redhat.com>2016-05-12 16:33:48 +0200
commite23bc2b7a6d7e4fe609f24762c5d48fc60ba42f4 (patch)
tree403044c81e3c5c0c7afc3c9584e9dc6d4d07acf9 /lib
parent5ff8a00078d42532f4a4f103e53c30c0ab707019 (diff)
downloadxdg-app-e23bc2b7a6d7e4fe609f24762c5d48fc60ba42f4.tar.gz
Move flatpack_error quark to common so that the common code can use it
Diffstat (limited to 'lib')
-rw-r--r--lib/flatpak-error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/flatpak-error.c b/lib/flatpak-error.c
index c2b550b..781a9eb 100644
--- a/lib/flatpak-error.c
+++ b/lib/flatpak-error.c
@@ -31,4 +31,4 @@
*
*/
-G_DEFINE_QUARK (flatpak-error-quark, flatpak_error)
+/* This is actually defined in common/flatpak-utils.c so the common code can report errors */