This is an automated email from the git hooks/post-receive script.
git pushed a commit to reference refs/pull/49/head
in repository enlightenment.
View the commit online.
commit e7fb1684ce780aa9a0900f40417c9da3ed8a0d24
Author: rafspiny <rafsp...@gmail.com>
AuthorDate: Thu Aug 24 21:42:51 2023 +0200
Allegedly using the icon from edj
---
src/modules/convertible/e_mod_main.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/modules/convertible/e_mod_main.c b/src/modules/convertible/e_mod_main.c
index 62df5f20e..ee87184b4 100644
--- a/src/modules/convertible/e_mod_main.c
+++ b/src/modules/convertible/e_mod_main.c
@@ -326,8 +326,8 @@ e_modapi_init(E_Module *m)
*
* NB: If the category already exists, this function just returns */
e_configure_registry_category_add("screen", 30, _("Screen"), NULL, "preferences-desktop-display");
- e_configure_registry_item_add("screen/convertible", 30, "convertible", NULL,
- "object-rotate-right", e_int_config_convertible_module);
+ e_configure_registry_item_add("screen/convertible", 30, "convertible", theme_overlay_path,
+ "main", e_int_config_convertible_module);
instances = eina_list_append(instances, inst);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.