[Commits] [SCM] claws branch, gtk2, updated. 3.20.0-15-gb156899b6
paul at claws-mail.org
paul at claws-mail.org
Wed Dec 20 20:23:26 UTC 2023
The branch, gtk2 has been updated
via b156899b690d8e77640b894d01d8cce63346100f (commit)
from b3c69d22f0a9932fff9997357345fe2a91711960 (commit)
Summary of changes:
src/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit b156899b690d8e77640b894d01d8cce63346100f
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 5a3d6119a..da40033bf 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1254,7 +1254,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