From e23bc2b7a6d7e4fe609f24762c5d48fc60ba42f4 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 12 May 2016 16:33:48 +0200 Subject: Move flatpack_error quark to common so that the common code can use it --- lib/flatpak-error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 */ -- cgit v1.2.1