2003-01-30 Marcus Brinkmann <marcus@g10code.de>
* edit.c (_gpgme_edit_status_handler): Call the progress status handler.
This commit is contained in:
parent
d481900777
commit
12c461d1ea
2
NEWS
2
NEWS
@ -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)
|
||||
-------------------------------------------------
|
||||
|
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user