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 a23857696f7a8a59617c4dcef934de448cf356ba
Author: Kim Woelders <[email protected]>
AuthorDate: Wed Dec 10 17:37:33 2025 +0100
backgrounds: Save backgrounds after modifying one in backgrounds dialog
Should have been in 4e064c3d6b3a3a4ebcc687574aace580024a2c9c.
https://bugzilla.redhat.com/show_bug.cgi?id=2419828
---
src/backgrounds.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/backgrounds.c b/src/backgrounds.c
index a1b5e9ea..2c97d0dc 100644
--- a/src/backgrounds.c
+++ b/src/backgrounds.c
@@ -1479,6 +1479,8 @@ _DlgApplyBackground(Dialog *d, int val __UNUSED__, void *data __UNUSED__)
_BgDlgRedrawView(d);
dd->bg_set = dd->bg;
+
+ bg_cfg_dirty = true;
}
static void
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.