diff options
Diffstat (limited to 'src/engine-assuan.c')
-rw-r--r-- | src/engine-assuan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine-assuan.c b/src/engine-assuan.c index 12de042f..08ae388d 100644 --- a/src/engine-assuan.c +++ b/src/engine-assuan.c @@ -377,7 +377,7 @@ inquire_cb (engine_llass_t llass, const char *keyword, const char *args) if (llass->opt.gpg_agent && !strcmp (keyword, "PINENTRY_LAUNCHED")) { - _gpgme_allow_set_foregound_window ((pid_t)strtoul (args, NULL, 10)); + _gpgme_allow_set_foreground_window ((pid_t)strtoul (args, NULL, 10)); } if (llass->user.inq_cb) |