[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-161-ga223eeb17
wwp at claws-mail.org
wwp at claws-mail.org
Sat Sep 11 23:08:31 CEST 2021
The branch, gtk3 has been updated
via a223eeb176a9b5afc5e98d959ae2ab9fc3352246 (commit)
from 556016d16a3092260e5d83057939a1d44d088fdb (commit)
Summary of changes:
src/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit a223eeb176a9b5afc5e98d959ae2ab9fc3352246
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 4a55315eb..abb2a4e92 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1181,7 +1181,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