[Commits] [SCM] claws branch, master, updated. 4.2.0-17-gfc3c3b5c9

paul at claws-mail.org paul at claws-mail.org
Wed Dec 20 20:22:42 UTC 2023


The branch, master has been updated
       via  fc3c3b5c9f85b95449f3abcfd62befdcc76299d6 (commit)
      from  689f80b295ab7b84472474404056e859071ed8bb (commit)

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


- Log -----------------------------------------------------------------
commit fc3c3b5c9f85b95449f3abcfd62befdcc76299d6
Author: Paul <paul at claws-mail.org>
Date:   Wed Dec 20 21:21:55 2023 +0100

    fix text of warning message
    
    of course, we're copying a file not a message

diff --git a/src/main.c b/src/main.c
index b3f8efe7b..87c9b6549 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1238,7 +1238,7 @@ int main(int argc, char *argv[])
 	userrc = g_strconcat(get_rc_dir(), G_DIR_SEPARATOR_S, MENU_RC, NULL);
 
 	if (copy_file(userrc, userrc, TRUE) < 0) {
-		g_warning("can't copy message %s to %s.bak",
+		g_warning("can't copy %s to %s.bak",
 			  userrc, userrc);
 	}
 

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list