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 7c51efc66819b4f2c80942deec6e8fd507b300e2
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Sat Nov 30 23:16:15 2024 +0000
cpufreq - no popuop if existing popup
---
src/modules/cpufreq/e_mod_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/modules/cpufreq/e_mod_main.c b/src/modules/cpufreq/e_mod_main.c
index cfa4c2b04..bedd756da 100644
--- a/src/modules/cpufreq/e_mod_main.c
+++ b/src/modules/cpufreq/e_mod_main.c
@@ -317,7 +317,7 @@ _button_cb_mouse_down(void *data, Evas *e EINA_UNUSED,
inst = data;
ev = event_info;
- if (ev->button == 1)
+ if ((ev->button == 1) && (!inst->popup))
{
Evas_Object *o, *o_table;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.