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 f0b9e75c8a77230149540894698cb6d57461e742
Author: Carsten Haitzler <[email protected]>
AuthorDate: Sun Jan 11 01:07:26 2026 +0000
clipboard - save after deleting an item
---
src/modules/clipboard/e_mod_main.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/modules/clipboard/e_mod_main.c b/src/modules/clipboard/e_mod_main.c
index 4ac22e9c5..95490e910 100644
--- a/src/modules/clipboard/e_mod_main.c
+++ b/src/modules/clipboard/e_mod_main.c
@@ -224,6 +224,8 @@ _cb_del_item(void *data, Evas_Object *obj EINA_UNUSED, void *event_info EINA_UNU
clip_cfg->items = eina_list_remove(clip_cfg->items, cd);
config_clip_data_free(cd);
+ // saving list to the file
+ e_config_save_queue();
}
static Evas_Object *
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.