[seahorse] pgp/gpgme-key-op: Ignore PINENTRY_LAUNCHED



commit 97435fef878ed12f17c858bf17745e23182a209f
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Wed Mar 3 18:43:42 2021 +0100

    pgp/gpgme-key-op: Ignore PINENTRY_LAUNCHED
    
    There's nothing of interest to show in our UI for the user.
    
    Fixes https://gitlab.gnome.org/GNOME/seahorse/-/issues/165

 pgp/seahorse-gpgme-key-op.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/pgp/seahorse-gpgme-key-op.c b/pgp/seahorse-gpgme-key-op.c
index 0b9f8813..76ff6b0d 100644
--- a/pgp/seahorse-gpgme-key-op.c
+++ b/pgp/seahorse-gpgme-key-op.c
@@ -304,6 +304,7 @@ seahorse_gpgme_key_op_interact (void       *data,
         "EOF", "GOT_IT", "NEED_PASSPHRASE", "GOOD_PASSPHRASE", "BAD_PASSPHRASE",
         "USERID_HINT", "SIGEXPIRED", "KEYEXPIRED", "PROGRESS", "KEY_CREATED",
         "ALREADY_SIGNED", "MISSING_PASSPHRASE", "KEY_CONSIDERED",
+        "PINENTRY_LAUNCHED",
         NULL
     };
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]