[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-368-g9018c2113

jonathan at claws-mail.org jonathan at claws-mail.org
Mon Nov 29 08:26:52 CET 2021


The branch, gtk3 has been updated
       via  9018c2113ec3719b9ba3fbfb0589de126f7d781b (commit)
      from  32f1e7daade52c12f54298f1cc195e066ece4f22 (commit)

Summary of changes:
 src/summaryview.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 9018c2113ec3719b9ba3fbfb0589de126f7d781b
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date:   Sat Nov 20 02:40:59 2021 -0700

    Fix -Wunused-variable warning

diff --git a/src/summaryview.c b/src/summaryview.c
index bade609f7..e92cbc62b 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -4969,7 +4969,7 @@ void summary_save_as(SummaryView *summaryview)
 	GtkCMCTree *ctree = GTK_CMCTREE(summaryview->ctree);
 	MsgInfo *msginfo;
 	gchar *filename = NULL;
-	gchar *src, *dest, *dest_default;
+	gchar *src, *dest;
 	gchar *tmp;
 	gchar *filedir = NULL;
 	gchar *converted_filename = NULL;

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list