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 43ec4cd2059961544a6926f753609339b0eb2968
Author: Carsten Haitzler <[email protected]>
AuthorDate: Thu Jun 18 13:36:02 2026 +0100

    clipboard - have copy content delayed more between changes
    
    to avoid more in-between changes being seen
---
 src/modules/clipboard/e_mod_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/clipboard/e_mod_main.c b/src/modules/clipboard/e_mod_main.c
index dec722980..42caa7b56 100644
--- a/src/modules/clipboard/e_mod_main.c
+++ b/src/modules/clipboard/e_mod_main.c
@@ -485,7 +485,7 @@ _clipboard_cb_event_selection(void *data EINA_UNUSED,
       ecore_timer_del(delay_sel_timer);
       delay_sel_timer = NULL;
     }
-  delay_sel_timer = ecore_timer_add(0.25, _cb_sel_change_delay, data);
+  delay_sel_timer = ecore_timer_add(1.0, _cb_sel_change_delay, data);
   mod.sel_type = ev->type;
   return EINA_TRUE;
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to