diff --git a/backends/yum/helpers/yumDBUSBackend.py b/backends/yum/helpers/yumDBUSBackend.py index 9c943e6ea..ac957e85d 100644 --- a/backends/yum/helpers/yumDBUSBackend.py +++ b/backends/yum/helpers/yumDBUSBackend.py @@ -915,7 +915,7 @@ class PackageKitYumBackend(PackageKitBaseBackend): keyData['fingerprint'], keyData['timestamp'], 'GPG') - self.error(ERROR_SIGNATURE_NOT_IMPORTED,"GPG key not imported.") + self.error(ERROR_GPG_FAILURE,"GPG key not imported.") except yum.Errors.YumBaseError, ye: retmsg = "Error in Transaction Processing;" +";".join(ye.value) self.error(ERROR_TRANSACTION_ERROR,retmsg)