> @@ -108,7 +108,7 @@ gpgme_error_t geanypg_passphrase_cb(void * hook, > > execvp(*argv, argv); > /* shouldn't get here */ > - fprintf(stderr, "GeanyPG: %s\n%s\n", _("Could not use pinentry."), strerror(errno)); > + g_error("%s: %s", _("Could not use pinentry."), strerror(errno));
ditto
—
Reply to this email directly or view it on GitHub.