[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-10-ga8683fed0
mones at claws-mail.org
mones at claws-mail.org
Sun Jul 18 13:15:24 CEST 2021
The branch, gtk3 has been updated
via a8683fed0ec7fd4923c9350e0b2198ba104b2602 (commit)
from a4710c470e53b94c4fbd6a409456b95b18110b52 (commit)
Summary of changes:
src/compose.c | 6 +++---
src/oauth2.c | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit a8683fed0ec7fd4923c9350e0b2198ba104b2602
Author: Ricardo Mones <ricardo at mones.org>
Date: Sun Jul 18 13:14:37 2021 +0200
Move extra space to a place where is needed ^_^
diff --git a/src/compose.c b/src/compose.c
index 5643deb54..d3482763d 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -9703,9 +9703,9 @@ static void compose_ext_editor_closed_cb(GPid pid, gint exit_status, gpointer da
gchar *chars;
if (!g_spawn_check_exit_status(exit_status, &error)) {
- alertpanel_error(_("External editor stopped with an "
- "error:%s"),
- error ? error->message : _("Unknown error"));
+ alertpanel_error(
+ _("External editor stopped with an error: %s"),
+ error ? error->message : _("Unknown error"));
if (error)
g_error_free(error);
}
diff --git a/src/oauth2.c b/src/oauth2.c
index 24f97a6a6..c6641031d 100644
--- a/src/oauth2.c
+++ b/src/oauth2.c
@@ -469,7 +469,7 @@ static gint oauth2_contact_server (SockInfo *sock, gchar *request, gchar *respon
} while ((toread > 0) && (time(NULL) < startplus));
if(time(NULL) >= startplus)
- log_message(LOG_PROTOCOL, _("OAuth2 socket timeout error \n"));
+ log_message(LOG_PROTOCOL, _("OAuth2 socket timeout error\n"));
g_free(token);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list