[Commits] [SCM] claws branch, gtk3, updated. 4.1.0-5-gb9f9b4718
paul at claws-mail.org
paul at claws-mail.org
Thu Apr 14 12:56:22 UTC 2022
The branch, gtk3 has been updated
via b9f9b4718d21a7ed7b203dc3c93159d50d3af664 (commit)
from a212ee3d3c39920546fc927339ecbdd20dde4242 (commit)
Summary of changes:
src/compose.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit b9f9b4718d21a7ed7b203dc3c93159d50d3af664
Author: paul <paul at claws-mail.org>
Date: Thu Apr 14 13:56:16 2022 +0100
replace deprecated g_spawn_check_exit_status()
diff --git a/src/compose.c b/src/compose.c
index 8092815cd..b190cc663 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -9745,7 +9745,7 @@ static void compose_ext_editor_closed_cb(GPid pid, gint exit_status, gpointer da
GtkTextIter start, end;
gchar *chars;
- if (!g_spawn_check_exit_status(exit_status, &error)) {
+ if (!g_spawn_check_wait_status(exit_status, &error)) {
alertpanel_error(
_("External editor stopped with an error: %s"),
error ? error->message : _("Unknown error"));
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list