[Commits] [SCM] claws branch, master, updated. 3.18.0-7-g1ca2a745a

mones at claws-mail.org mones at claws-mail.org
Sun Jul 18 13:15:24 CEST 2021


The branch, master has been updated
       via  1ca2a745a787d091043ae15384618d6a7bbaddc1 (commit)
      from  7b92628aa3d14b7c15eb68ca731d94695d7f67df (commit)

Summary of changes:
 src/compose.c | 6 +++---
 src/oauth2.c  | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)


- Log -----------------------------------------------------------------
commit 1ca2a745a787d091043ae15384618d6a7bbaddc1
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 4af911ec5..27a8f388f 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -9740,9 +9740,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 4fecd4d85..2ea840474 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