talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit d6e8d04203e47e0677e3cc743761491ee380dd96
parent 44b1b201e4017d924776c29eb8e86c15bf49a3d9
Author: Paul <paul@claws-mail.org>
Date:   Wed,  5 Jun 2024 12:53:59 +0100

prevent build warning

Diffstat:
Msrc/compose.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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;