[gnome-software/603-gnome-software-reports-unknown-error-when-there-is-a-signing-issue: 191/191] Apply 1 suggestion(s) to 1 file(s)
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/603-gnome-software-reports-unknown-error-when-there-is-a-signing-issue: 191/191] Apply 1 suggestion(s) to 1 file(s)
- Date: Tue, 10 Aug 2021 12:43:10 +0000 (UTC)
commit 50af61eb3d55812218fcea7960d09f0ab836a1f5
Author: Philip Withnall <philip tecnocode co uk>
Date: Wed Jul 28 13:24:38 2021 +0000
Apply 1 suggestion(s) to 1 file(s)
plugins/packagekit/packagekit-common.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/plugins/packagekit/packagekit-common.c b/plugins/packagekit/packagekit-common.c
index c953a4008..a81a2bf45 100644
--- a/plugins/packagekit/packagekit-common.c
+++ b/plugins/packagekit/packagekit-common.c
@@ -108,7 +108,9 @@ gs_plugin_packagekit_error_convert (GError **error)
break;
#else
case PK_CLIENT_ERROR_FAILED:
- /* The text is not localized on the PackageKit side and it uses a generic error code
*/
+ /* The text is not localized on the PackageKit side and it uses a generic error code
+ * FIXME: This can be dropped when we depend on a
+ * PackageKit version which includes
https://github.com/PackageKit/PackageKit/pull/497 */
if (g_strcmp0 (error_tmp->message, "user declined interaction") == 0)
error_tmp->code = GS_PLUGIN_ERROR_CANCELLED;
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]