mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpgconf: Make gpgconf --launch dirmngr work again
* tools/gpgconf.h (gc_component_id_t): Fix the order. -- The order has not been adjusted here in 2.2 after we have changed the order of the gc_components array to have a more logical layout of the tabs in Gpa and Kleopatra's setting dialogs. In 2.3 everything is correct, probably because we have another component (keyboxd) there.
This commit is contained in:
parent
32b364b99b
commit
5a7ed6dd8f
2 changed files with 7 additions and 3 deletions
|
@ -55,15 +55,15 @@ typedef enum
|
|||
/* The classic GPG for OpenPGP. */
|
||||
GC_COMPONENT_GPG,
|
||||
|
||||
/* GPG for S/MIME. */
|
||||
GC_COMPONENT_GPGSM,
|
||||
|
||||
/* The GPG Agent. */
|
||||
GC_COMPONENT_GPG_AGENT,
|
||||
|
||||
/* The Smardcard Daemon. */
|
||||
GC_COMPONENT_SCDAEMON,
|
||||
|
||||
/* GPG for S/MIME. */
|
||||
GC_COMPONENT_GPGSM,
|
||||
|
||||
/* The LDAP Directory Manager for CRLs. */
|
||||
GC_COMPONENT_DIRMNGR,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue