[Commits] [SCM] claws branch, master, updated. 4.2.0-105-gd6e8d0420
paul at claws-mail.org
paul at claws-mail.org
Wed Jun 5 11:54:05 UTC 2024
The branch, master has been updated
via d6e8d04203e47e0677e3cc743761491ee380dd96 (commit)
from 44b1b201e4017d924776c29eb8e86c15bf49a3d9 (commit)
Summary of changes:
src/compose.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit d6e8d04203e47e0677e3cc743761491ee380dd96
Author: Paul <paul at claws-mail.org>
Date: Wed Jun 5 12:53:59 2024 +0100
prevent build warning
diff --git a/src/compose.c b/src/compose.c
index e15df0edc..c5be0827a 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -10975,7 +10975,7 @@ static void attach_uri_list(Compose *compose, GtkSelectionData *data)
g_free(utf8_filename);
}
if (list) {
- AlertValue val;
+ AlertValue val = 0;
compose_changed_cb(NULL, compose);
if (prefs_common.notify_pasted_attachments) {
gchar *msg;
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list