discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=54055e41258e58e4abe67eaa005e2b00fe570c11

commit 54055e41258e58e4abe67eaa005e2b00fe570c11
Author: Mike Blumenkrantz <m.blumenk...@samsung.com>
Date:   Mon Oct 7 04:01:29 2013 +0100

    default clock gadget config is now digital with seconds display disabled
    
    I've never seen anyone use the analog clock, so this should save people 
some time when adding new clocks on their screen
    
    next step: make the clock able to do timezones...
---
 src/modules/clock/e_mod_main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/clock/e_mod_main.c b/src/modules/clock/e_mod_main.c
index 5063b88..b234de1 100644
--- a/src/modules/clock/e_mod_main.c
+++ b/src/modules/clock/e_mod_main.c
@@ -756,9 +756,9 @@ _conf_item_get(const char *id)
    ci->weekend.start = 6;
    ci->weekend.len = 2;
    ci->week.start = 1;
-   ci->digital_clock = 0;
+   ci->digital_clock = 1;
    ci->digital_24h = 0;
-   ci->show_seconds = 1;
+   ci->show_seconds = 0;
    ci->show_date = 0;
 
    clock_config->items = eina_list_append(clock_config->items, ci);

-- 


Reply via email to