From: Max Kellermann Date: Sun, 4 Oct 2009 16:41:14 +0000 (+0200) Subject: options: disable the status bar clock by default X-Git-Tag: release-0.16~164 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2a4b3d15cfc26aa3d4273308ed655c2888b58350;p=ncmpc.git options: disable the status bar clock by default --- diff --git a/NEWS b/NEWS index a20eb42..690f354 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,7 @@ ncmpc 0.16 - not yet released * handle stderr messages from lyrics plugins * search: eliminate duplicate results * use the "idle" command to reduce CPU and network usage +* disable the status bar clock by default ncmpc 0.15 - 2009-09-24 diff --git a/src/options.c b/src/options.c index 9715daf..9cf0fa9 100644 --- a/src/options.c +++ b/src/options.c @@ -64,7 +64,6 @@ options_t options = { #ifndef NCMPC_MINI .scroll = DEFAULT_SCROLL, .welcome_screen_list = true, - .display_time = true, .jump_prefix_only = true, #endif };