From 66bfba1958575129777ba9ae965625ce5f178edc Mon Sep 17 00:00:00 2001 From: Hannes Janetzek Date: Sun, 30 Aug 2009 13:53:22 +0000 Subject: [PATCH] 'everythin' less aging of history items.. SVN revision: 42099 --- src/modules/everything/evry_history.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/everything/evry_history.c b/src/modules/everything/evry_history.c index d9ad33d08..6586ab7b3 100644 --- a/src/modules/everything/evry_history.c +++ b/src/modules/everything/evry_history.c @@ -143,7 +143,7 @@ evry_history_add(Eina_Hash *hist, Evry_State *s) { /* s->input matches hi->input and is equal or shorter */ hi->count++; - hi->last_used /= 1000.0; + hi->last_used /= 4.0; hi->last_used += ecore_time_get(); } else if (s->input)