[Commits] [SCM] claws branch, master, updated. 3.18.0-108-gd5170988d
wwp at claws-mail.org
wwp at claws-mail.org
Sat Sep 11 23:08:46 CEST 2021
The branch, master has been updated
via d5170988d48fa480bb70f4e33ed3ff2a320a4dfd (commit)
from 30515cc370f03303d44b44131338434b72b29ce6 (commit)
Summary of changes:
src/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit d5170988d48fa480bb70f4e33ed3ff2a320a4dfd
Author: wwp <subscript at free.fr>
Date: Sat Sep 11 23:08:15 2021 +0200
No trailing punctuation in g_error's.
diff --git a/src/main.c b/src/main.c
index 97de7a2f5..2baaf8f11 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1197,7 +1197,7 @@ int main(int argc, char *argv[])
MENUITEM_ADDUI("/", "Menus", NULL, GTK_UI_MANAGER_MENUBAR);
if (!g_thread_supported()) {
- g_error("g_thread is not supported by glib.");
+ g_error("g_thread is not supported by glib");
}
#ifdef G_OS_WIN32
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list