From 266745adc306d812a84dd245601184ea3036fde8 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Fri, 4 Dec 2009 23:24:57 +0000 Subject: [PATCH] Make single-click timeout shorter by default. SVN revision: 44192 --- src/modules/illume-home/e_mod_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/illume-home/e_mod_config.c b/src/modules/illume-home/e_mod_config.c index cf8273991..5e206c62f 100644 --- a/src/modules/illume-home/e_mod_config.c +++ b/src/modules/illume-home/e_mod_config.c @@ -43,7 +43,7 @@ il_home_config_init(E_Module *m) il_home_cfg->version = 0; il_home_cfg->icon_size = 120; il_home_cfg->single_click = 1; - il_home_cfg->single_click_delay = 150; + il_home_cfg->single_click_delay = 50; } if (il_home_cfg) {