This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository e16.
View the commit online.
commit f193386a62db6c18c592eae9eaea00aec516656a
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Fri Sep 6 20:56:35 2024 +0200
backgrounds: Remove pointless call to autosave()
autosave() saves the settings, not the background configuration.
---
src/backgrounds.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/backgrounds.c b/src/backgrounds.c
index 10bd38bb..b5261f48 100644
--- a/src/backgrounds.c
+++ b/src/backgrounds.c
@@ -1450,8 +1450,6 @@ _DlgApplyBackground(Dialog *d, int val __UNUSED__, void *data __UNUSED__)
_BgDlgRedrawView(d);
dd->bg_set = dd->bg;
-
- autosave();
}
static void
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.