From dd0b83fc2005b30bbd49bb76cece884f812943e4 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sat, 8 Dec 2012 03:52:47 +0000 Subject: [PATCH] ummm lets not "do seconds" when we dont have to.. less wakeups... oops... and cpufreq - dial move in 0.25 sec to cut down animation load :) SVN revision: 80508 --- data/themes/edc/clock.edc | 1 - data/themes/edc/cpufreq.edc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/data/themes/edc/clock.edc b/data/themes/edc/clock.edc index 7a894a12e..7f1fe4338 100644 --- a/data/themes/edc/clock.edc +++ b/data/themes/edc/clock.edc @@ -113,7 +113,6 @@ group { name: "e/modules/clock/digital"; date(year, month, day, yearday, weekday, hour, minute, second); dosec = get_int(do_seconds); - dosec = 1; if (dosec) { v = round(second); tim = timer(1.0 - (second - v), "clock_cb", 1); diff --git a/data/themes/edc/cpufreq.edc b/data/themes/edc/cpufreq.edc index 07382de79..bca297f63 100644 --- a/data/themes/edc/cpufreq.edc +++ b/data/themes/edc/cpufreq.edc @@ -153,7 +153,7 @@ group { name: "e/modules/cpufreq/main"; ani = get_int(cur_freq_anim); if (ani > 0) cancel_anim(ani); - ani = anim(1.0, "slide_cur_freq", 0); + ani = anim(0.25, "slide_cur_freq", 0); set_int(cur_freq_anim, ani); f = getarg(2);