talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit b9f9b4718d21a7ed7b203dc3c93159d50d3af664
parent a212ee3d3c39920546fc927339ecbdd20dde4242
Author: paul <paul@claws-mail.org>
Date:   Thu, 14 Apr 2022 13:56:16 +0100

replace deprecated g_spawn_check_exit_status()

Diffstat:
Msrc/compose.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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"));