This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository enlightenment.
View the commit online.
commit 6d86310e62c95b5ccf31e8bcbfdc70ca2318fe8a
Author: Alastair Poole <[email protected]>
AuthorDate: Tue Apr 28 18:33:32 2026 +0100
wallpaper: default to DESKTOP.
Used the wrong constant.
Per-desktop wallpaper changing is less risky than the other
options. Moreover, from a usability perspective it also
advertises to the user the customisability of our WM.
See what the boss says.
---
src/modules/conf_theme/e_int_config_wallpaper.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/modules/conf_theme/e_int_config_wallpaper.c b/src/modules/conf_theme/e_int_config_wallpaper.c
index 1ee5b3808..72ef50420 100644
--- a/src/modules/conf_theme/e_int_config_wallpaper.c
+++ b/src/modules/conf_theme/e_int_config_wallpaper.c
@@ -365,7 +365,7 @@ _fill_data(E_Config_Dialog_Data *cfdata)
const E_Config_Desktop_Background *cfbg;
char path[PATH_MAX];
- cfdata->all_this_desk_screen = E_CONFIG_WALLPAPER_SCREEN;
+ cfdata->all_this_desk_screen = E_CONFIG_WALLPAPER_DESK;
cw = cfdata->cfd->data;
if (cw->specific_config)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.