[Commits] [SCM] claws branch, master, updated. 4.1.0-84-gc74916d8f
paul at claws-mail.org
paul at claws-mail.org
Wed Oct 19 14:53:06 UTC 2022
The branch, master has been updated
via c74916d8f8daf196ed5d4e59717f429ec3db7163 (commit)
from ae80c5e67ba82395c2c9db2ce6f451e2dbe9a2c8 (commit)
Summary of changes:
src/plugins/fancy/fancy_web_extension.c | 2 ++
1 file changed, 2 insertions(+)
- Log -----------------------------------------------------------------
commit c74916d8f8daf196ed5d4e59717f429ec3db7163
Author: Paul <paul at claws-mail.org>
Date: Wed Oct 19 15:53:02 2022 +0100
show the debug output
diff --git a/src/plugins/fancy/fancy_web_extension.c b/src/plugins/fancy/fancy_web_extension.c
index d3be9c28f..160251df5 100644
--- a/src/plugins/fancy/fancy_web_extension.c
+++ b/src/plugins/fancy/fancy_web_extension.c
@@ -103,6 +103,8 @@ static void web_page_created_cb(WebKitWebExtension *extension,
G_MODULE_EXPORT void webkit_web_extension_initialize(WebKitWebExtension *extension)
{
+ g_setenv("G_MESSAGES_DEBUG", "Fancy-Web-Ext", FALSE);
+
g_debug("Initializing Fancy web process extension");
g_signal_connect(extension,
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list