2003-01-30 Marcus Brinkmann <marcus@g10code.de>

* edit.c (_gpgme_edit_status_handler): Call the progress status
	handler.
This commit is contained in:
Marcus Brinkmann 2003-02-06 11:43:08 +00:00
parent d481900777
commit 12c461d1ea
3 changed files with 8 additions and 0 deletions

2
NEWS
View File

@ -1,6 +1,8 @@
Noteworthy changes in version 0.3.15 (unreleased)
-------------------------------------------------
* The progress status is sent via the progress callbacks in
gpgme_op_edit.
Noteworthy changes in version 0.3.14 (2002-12-04)
-------------------------------------------------

View File

@ -1,3 +1,8 @@
2003-01-30 Marcus Brinkmann <marcus@g10code.de>
* edit.c (_gpgme_edit_status_handler): Call the progress status
handler.
2002-11-25 Marcus Brinkmann <marcus@g10code.de>
* rungpg.c (_gpgme_gpg_spawn): Do not set parent fds to -1.

View File

@ -47,6 +47,7 @@ void
_gpgme_edit_status_handler (GpgmeCtx ctx, GpgmeStatusCode status, char *args)
{
_gpgme_passphrase_status_handler (ctx, status, args);
_gpgme_progress_status_handler (ctx, status, args);
if (ctx->error)
return;